View a markdown version of this page

AWS::EMR::NotebookExecution ExecutionEngineConfig - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 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