Builder

class Builder

Properties

Link copied to clipboard

A description for the state machine alias.

Link copied to clipboard
var name: String?

The name of the state machine alias.

Link copied to clipboard

The routing configuration of a state machine alias. The routing configuration shifts execution traffic between two state machine versions. routingConfiguration contains an array of RoutingConfig objects that specify up to two state machine versions. Step Functions then randomly choses which version to run an execution with based on the weight assigned to each RoutingConfig.