GetStateMachineResult

data class GetStateMachineResult(val arn: String, val creationDate: String, val definition: String, val id: String, val name: String, val roleArn: String, val status: String)

A collection of values returned by getStateMachine.

Constructors

Link copied to clipboard
constructor(arn: String, creationDate: String, definition: String, id: String, name: String, roleArn: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

Set to the arn of the state function.

Link copied to clipboard

Date the state machine was created.

Link copied to clipboard

Set to the state machine definition.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

Set to the role_arn used by the state function.

Link copied to clipboard

Set to the current status of the state machine.