Data Source schema for AWS::StepFunctions::StateMachineAlias
id
(String) Uniquely identifies the resource.arn
(String) The ARN of the alias.deployment_preference
(Attributes) The settings to enable gradual state machine deployments. (see below for nested schema)description
(String) An optional description of the alias.name
(String) The alias name.routing_configuration
(Attributes Set) The routing configuration of the alias. One or two versions can be mapped to an alias to split StartExecution requests of the same state machine. (see below for nested schema)deployment_preference
Read-Only:
alarms
(Set of String) A list of CloudWatch alarm names that will be monitored during the deployment. The deployment will fail and rollback if any alarms go into ALARM state.interval
(Number) The time in minutes between each traffic shifting increment.percentage
(Number) The percentage of traffic to shift to the new version in each increment.state_machine_version_arn
(String)type
(String) The type of deployment to perform.routing_configuration
Read-Only:
state_machine_version_arn
(String) The Amazon Resource Name (ARN) that identifies one or two state machine versions defined in the routing configuration.weight
(Number) The percentage of traffic you want to route to the state machine version. The sum of the weights in the routing configuration must be equal to 100.