Get State Machine Alias Result
data class GetStateMachineAliasResult(val arn: String? = null, val description: String? = null, val routingConfiguration: List<StateMachineAliasRoutingConfigurationVersion>? = null)
Constructors
Link copied to clipboard
constructor(arn: String? = null, description: String? = null, routingConfiguration: List<StateMachineAliasRoutingConfigurationVersion>? = null)
Properties
Link copied to clipboard
An optional description of the alias.
Link copied to clipboard
The routing configuration of an alias. Routing configuration splits StartExecution requests between one or two versions of the same state machine. Use RoutingConfiguration
if you want to explicitly set the alias weights . Weight is the percentage of traffic you want to route to a state machine version.