AliasRoutingConfiguration

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

Constructors

Link copied to clipboard
constructor(stateMachineVersionArn: String, weight: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the state machine version.

Link copied to clipboard
val weight: Int

Percentage of traffic routed to the state machine version.