This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::StepFunctions::StateMachine S3Location
Defines the S3 bucket location where a state machine definition is stored. The state machine definition must be a JSON or YAML file.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
- Bucket
- 
                    The name of the S3 bucket where the state machine definition JSON or YAML file is stored. Required: Yes Type: String Update requires: No interruption 
- Key
- 
                    The name of the state machine definition file (Amazon S3 object name). Required: Yes Type: String Update requires: No interruption 
- Version
- 
                    For versioning-enabled buckets, a specific version of the state machine definition. Required: No Type: String Update requires: No interruption