AWS Fundamentals Logo
AWS Fundamentals
AWS::StepFunctions::StateMachineAlias

StepFunctions StateMachineAlias

Resource schema for StateMachineAlias

Properties

4 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
DeploymentPreference
DeploymentPreference
Write-only
Description
string
Name
string
Create-only
RoutingConfiguration
array

Return Values

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

AttributeTypeDescription
ArnstringThe ARN of the alias.

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::StateMachineAlias

Resources:
  MyResource:
    Type: AWS::StepFunctions::StateMachineAlias
    Properties:
      Description: !Ref "AWS::StackName"
      Name: !Ref "AWS::StackName"

Required IAM Permissions

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

create

states:CreateStateMachineAliasstates:DescribeStateMachineAlias

read

states:DescribeStateMachineAlias

update

cloudwatch:DescribeAlarmsstates:UpdateStateMachineAliasstates:DescribeStateMachineAlias

delete

states:DescribeStateMachineAliasstates:DeleteStateMachineAlias

list

states:ListStateMachineAliases

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
Properties5
Required0
TaggingNot supported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

Name

External Links