StateMachineVersion

class StateMachineVersion : KotlinCustomResource

Resource schema for StateMachineVersion

Properties

Link copied to clipboard
val arn: Output<String>

Returns the ARN of the state machine version. For example, arn:aws:states:us-east-1:123456789012:stateMachine:myStateMachine:1 .

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

An optional description of the state machine version.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val stateMachineArn: Output<String>

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

Link copied to clipboard

Identifier for a state machine revision, which is an immutable, read-only snapshot of a state machine’s definition and configuration. Only publish the state machine version if the current state machine's revision ID matches the specified ID. Use this option to avoid publishing a version if the state machine has changed since you last updated it. To specify the initial state machine revision, set the value as INITIAL .

Link copied to clipboard
val urn: Output<String>