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:
Properties
Id-
The unique identifier of the execution engine. For an Amazon EMR cluster, this is the cluster ID.
Required: Yes
Type: String
Maximum:
256Update requires: Replacement
Type-
The type of execution engine. A value of
EMRspecifies an Amazon EMR cluster.Required: No
Type: String
Allowed values:
EMRUpdate requires: Replacement