AWS::EMR::NotebookExecutionAn Amazon EMR Notebook execution. A notebook execution is a specific instance that an Amazon EMR Notebook is run using the StartNotebookExecution action.
8 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
EnvironmentVariables | object | Create-only |
ExecutionEngine | ExecutionEngineConfig | Create-only |
NotebookExecutionName | string | Create-only |
NotebookParams | string | Create-only |
NotebookS3Location | NotebookS3Location | Create-only |
OutputNotebookFormat | string | Create-only |
OutputNotebookS3Location | OutputNotebookS3Location | Create-only |
Tags | Array<Tag> | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the notebook execution. |
NotebookExecutionId | string | The unique identifier of the notebook execution. |
StartTime | string | The timestamp when notebook execution started. |
Status | string | The status of the notebook execution. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EMR::NotebookExecution
Resources:
MyResource:
Type: AWS::EMR::NotebookExecution
Properties:
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
elasticmapreduce:DescribeNotebookExecutionelasticmapreduce:ListNotebookExecutionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
EnvironmentVariablesExecutionEngineNotebookExecutionNameNotebookParamsNotebookS3LocationOutputNotebookFormatOutputNotebookS3LocationTags