View a markdown version of this page

AWS::EMR::NotebookExecution ExecutionEngineConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::EMR::NotebookExecution ExecutionEngineConfig

Specifies the execution engine (cluster) to run the notebook and perform the notebook execution, for example, an Amazon EMR cluster.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Id" : String, "Type" : String }

YAML

Id: String Type: String

Properties

Id

The unique identifier of the execution engine. For an Amazon EMR cluster, this is the cluster ID.

Required: Yes

Type: String

Maximum: 256

Update requires: Replacement

Type

The type of execution engine. A value of EMR specifies an Amazon EMR cluster.

Required: No

Type: String

Allowed values: EMR

Update requires: Replacement