GetStateMachineAliasResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the alias.

Link copied to clipboard
val description: String? = null

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.