StateMachineAliasRoutingConfigurationVersionArgs

data class StateMachineAliasRoutingConfigurationVersionArgs(val stateMachineVersionArn: Output<String>, val weight: Output<Int>) : ConvertibleToJava<StateMachineAliasRoutingConfigurationVersionArgs>

Constructors

constructor(stateMachineVersionArn: Output<String>, weight: Output<Int>)

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: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): StateMachineAliasRoutingConfigurationVersionArgs