StateMachineAliasRoutingConfigurationVersionArgs

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

Constructors

fun StateMachineAliasRoutingConfigurationVersionArgs(stateMachineVersionArn: Output<String>, weight: Output<Int>)

Functions

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

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.