latest--aws-stepfunctions-statemachinealias
sharedResource schema for StateMachineAlias. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-stepfunctions.git
Properties
The alias name.
An optional description of the alias.
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.
The settings to enable gradual state machine deployments.
5 nested properties
The type of deployment to perform.
The percentage of traffic to shift to the new version in each increment.
The time in minutes between each traffic shifting increment.
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.
One of
Definitions
The Amazon Resource Name (ARN) that identifies one or two state machine versions defined in the routing configuration.
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.
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.
The settings to enable gradual state machine deployments.
The type of deployment to perform.
The percentage of traffic to shift to the new version in each increment.
The time in minutes between each traffic shifting increment.
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.