StateMachineAliasRoutingConfigurationVersion

data class StateMachineAliasRoutingConfigurationVersion(val stateMachineVersionArn: String, val weight: Int)

Constructors

constructor(stateMachineVersionArn: String, weight: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) that identifies one or two state machine versions defined in the routing configuration.

Link copied to clipboard
val weight: Int

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.