AWS::EMR::StepSchema for AWS::EMR::Step
6 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ActionOnFailure | string | RequiredCreate-only |
HadoopJarStep | HadoopJarStepConfig | RequiredCreate-only |
JobFlowId | string | RequiredCreate-only |
Name | string | RequiredCreate-only |
EncryptionKeyArn | string | Create-only |
LogUri | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | ID generated by service |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EMR::Step
Resources:
MyResource:
Type: AWS::EMR::Step
Properties:
JobFlowId: "my-jobflowid"
HadoopJarStep: "value"
ActionOnFailure: "value"
Name: "my-name"Permissions CloudFormation needs in your IAM role to manage this resource.
emr:AddJobFlowStepsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
JobFlowIdHadoopJarStepNameActionOnFailureLogUriEncryptionKeyArn