State Machine Version Args
data class StateMachineVersionArgs(val description: Output<String>? = null, val stateMachineArn: Output<String>? = null, val stateMachineRevisionId: Output<String>? = null) : ConvertibleToJava<StateMachineVersionArgs>
Resource schema for StateMachineVersion
Properties
Link copied to clipboard
An optional description of the state machine version.
Link copied to clipboard
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
.