AWS::StepFunctions::StateMachineAliasResource schema for StateMachineAlias
4 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DeploymentPreference | DeploymentPreference | Write-only |
Description | string | |
Name | string | Create-only |
RoutingConfiguration | array |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The ARN of the alias. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::StepFunctions::StateMachineAlias
Resources:
MyResource:
Type: AWS::StepFunctions::StateMachineAlias
Properties:
Description: !Ref "AWS::StackName"
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
states:CreateStateMachineAliasstates:DescribeStateMachineAliasstates:DescribeStateMachineAliascloudwatch:DescribeAlarmsstates:UpdateStateMachineAliasstates:DescribeStateMachineAliasstates:DescribeStateMachineAliasstates:DeleteStateMachineAliasstates:ListStateMachineAliasesEverything 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.
Name