AWS Fundamentals Logo
AWS Fundamentals
AWS::StepFunctions::StateMachineVersion

StepFunctions StateMachineVersion

Resource schema for StateMachineVersion

Properties

3 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
StateMachineArn
string
RequiredCreate-onlyWrite-only
Description
string
Create-only
StateMachineRevisionId
string
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::StepFunctions::StateMachineVersion

Resources:
  MyResource:
    Type: AWS::StepFunctions::StateMachineVersion
    Properties:
      StateMachineArn: "arn:aws:service:region:account:resource"
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

states:PublishStateMachineVersionstates:ListStateMachineVersionsstates:DescribeStateMachine

read

states:DescribeStateMachine

delete

states:DeleteStateMachineVersionstates:DescribeStateMachine

list

states:ListStateMachineVersions

Get the StepFunctions Cheat Sheet

Everything you need to know about StepFunctions on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceStepFunctions
Properties4
Required1
TaggingNot supported
Primary IDArn

Supported Operations

CreateReadDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

StateMachineArnStateMachineRevisionIdDescription

External Links