StateMachineAlias

class StateMachineAlias : KotlinCustomResource

Resource schema for StateMachineAlias

Properties

Link copied to clipboard
val arn: Output<String>

The ARN of the alias.

Link copied to clipboard

The settings that enable gradual state machine deployments. These settings include Alarms , Interval , Percentage , StateMachineVersionArn , and Type . CloudFormation automatically shifts traffic from the version an alias currently points to, to a new state machine version that you specify.

Link copied to clipboard
val description: Output<String>?

An optional description of the alias.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>?

The alias name.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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.

Link copied to clipboard
val urn: Output<String>