AWS Fundamentals Logo
AWS Fundamentals
AWS::EMR::NotebookExecution

EMR NotebookExecution

An Amazon EMR Notebook execution. A notebook execution is a specific instance that an Amazon EMR Notebook is run using the StartNotebookExecution action.

Properties

8 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
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

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the notebook execution.
NotebookExecutionIdstringThe unique identifier of the notebook execution.
StartTimestringThe timestamp when notebook execution started.
StatusstringThe status of the notebook execution.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EMR::NotebookExecution

Resources:
  MyResource:
    Type: AWS::EMR::NotebookExecution
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

read

elasticmapreduce:DescribeNotebookExecution

list

elasticmapreduce:ListNotebookExecutions

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceEMR
Properties12
Required0
TaggingSupported
Primary IDArn

Supported Operations

ReadList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

EnvironmentVariablesExecutionEngineNotebookExecutionNameNotebookParamsNotebookS3LocationOutputNotebookFormatOutputNotebookS3LocationTags

External Links