routingConfiguration

@JvmName(name = "gvokidustnxkclrp")
suspend fun routingConfiguration(value: Output<List<StateMachineAliasRoutingConfigurationVersionArgs>>)

Parameters

value

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.

RoutingConfiguration and DeploymentPreference are mutually exclusive properties. You must define only one of these properties.


@JvmName(name = "iycrbquboaeehqbu")
suspend fun routingConfiguration(vararg values: Output<StateMachineAliasRoutingConfigurationVersionArgs>)


@JvmName(name = "ibvtqcfbgshabaqf")
suspend fun routingConfiguration(values: List<Output<StateMachineAliasRoutingConfigurationVersionArgs>>)
@JvmName(name = "ncdvvjwwwdwwcyfb")
suspend fun routingConfiguration(vararg values: StateMachineAliasRoutingConfigurationVersionArgs)

Parameters

values

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.

RoutingConfiguration and DeploymentPreference are mutually exclusive properties. You must define only one of these properties.


@JvmName(name = "jximmhqywcvklypt")
suspend fun routingConfiguration(argument: List<suspend StateMachineAliasRoutingConfigurationVersionArgsBuilder.() -> Unit>)
@JvmName(name = "axoyqfpvqkiomnph")
suspend fun routingConfiguration(vararg argument: suspend StateMachineAliasRoutingConfigurationVersionArgsBuilder.() -> Unit)
@JvmName(name = "xjshhlkttvfbanue")
suspend fun routingConfiguration(argument: suspend StateMachineAliasRoutingConfigurationVersionArgsBuilder.() -> Unit)

Parameters

argument

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.

RoutingConfiguration and DeploymentPreference are mutually exclusive properties. You must define only one of these properties.