Amazon.PowerShell.Cmdlets.EMR.AmazonElasticMapReduceClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The unique identifier of the Amazon EMR Notebook to use for notebook execution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The environment variables associated with the notebook execution. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | EnvironmentVariables |
-ExecutionEngine_ExecutionRoleArn <
String>
The execution role ARN required for the notebook execution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The unique identifier of the execution engine. For an Amazon EMR cluster, this is the cluster ID.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-ExecutionEngine_MasterInstanceSecurityGroupId <
String>
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The type of execution engine. A value of EMR specifies an Amazon EMR cluster.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-NotebookExecutionName <
String>
An optional name for the notebook execution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-NotebookInstanceSecurityGroupId <
String>
The unique identifier of the Amazon EC2 security group to associate with the Amazon EMR Notebook for this notebook execution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Input parameters in JSON format passed to the Amazon EMR Notebook at runtime for execution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | NotebookParams |
-NotebookS3Location_Bucket <
String>
The Amazon S3 bucket that stores the notebook execution input.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-NotebookS3Location_Key <
String>
The key to the Amazon S3 location that stores the notebook execution input.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The output format for the notebook execution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-OutputNotebookS3Location_Bucket <
String>
The Amazon S3 bucket that stores the notebook execution output.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-OutputNotebookS3Location_Key <
String>
The key to the Amazon S3 location that stores the notebook execution output.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The path and file name of the notebook file for this execution, relative to the path specified for the Amazon EMR Notebook. For example, if you specify a path of s3://MyBucket/MyNotebooks when you create an Amazon EMR Notebook for a notebook with an ID of e-ABCDEFGHIJK1234567890ABCD (the EditorID of this request), and you specify a RelativePath of my_notebook_executions/notebook_execution.ipynb, the location of the file for the notebook execution is s3://MyBucket/MyNotebooks/e-ABCDEFGHIJK1234567890ABCD/my_notebook_executions/notebook_execution.ipynb.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is 'NotebookExecutionId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticMapReduce.Model.StartNotebookExecutionResponse). Specifying the name of a property of type Amazon.ElasticMapReduce.Model.StartNotebookExecutionResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The name or ARN of the IAM role that is used as the service role for Amazon EMR (the Amazon EMR role) for the notebook execution.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
A list of tags associated with a notebook execution. Tags are user-defined key-value pairs that consist of a required key string with a maximum of 128 characters and an optional value string with a maximum of 256 characters. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Tags |