AWS::StepFunctions::StateMachineResource schema for StateMachine
11 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
RoleArn | string | Required |
Definition | Definition | Write-only |
DefinitionS3Location | S3Location | Write-only |
DefinitionString | string | |
DefinitionSubstitutions | DefinitionSubstitutions | Write-only |
EncryptionConfiguration | EncryptionConfiguration | |
LoggingConfiguration | LoggingConfiguration | |
StateMachineName | string | Create-only |
StateMachineType | string | Create-only |
Tags | Array<TagsEntry> | |
TracingConfiguration | TracingConfiguration |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
Name | string | - |
StateMachineRevisionId | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::StepFunctions::StateMachine
Resources:
MyResource:
Type: AWS::StepFunctions::StateMachine
Properties:
RoleArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
states:CreateStateMachinestates:DescribeStateMachinestates:TagResourceiam:PassRoles3:GetObjectkms:DescribeKeykms:GenerateDataKeystates:DescribeStateMachinestates:ListTagsForResourcekms:Decryptstates:UpdateStateMachinestates:TagResourcestates:UntagResourcestates:ListTagsForResourceiam:PassRolekms:DescribeKeykms:GenerateDataKeystates:DeleteStateMachinestates:DescribeStateMachinestates:ListStateMachinesEverything you need to know about StepFunctions on one page. HD quality, print-friendly.
Download Free InfographicArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
StateMachineNameStateMachineType