Amazon Step Functions State Machine

Represents an Amazon Step Functions state machine with its associated configuration, definition, and metadata.

AWSOrchestrationServerlessState MachineWorkflow

Properties

Name Type Description
stateMachineArn string The ARN that identifies the state machine
name string The name of the state machine
status string The current status of the state machine
definition string The Amazon States Language definition of the state machine as a JSON string
roleArn string The ARN of the IAM role used by the state machine for executions
type string The type of the state machine (STANDARD or EXPRESS)
creationDate string The date the state machine was created
loggingConfiguration object
tracingConfiguration object
label string A user-defined or auto-generated string that identifies a Map state
revisionId string The revision identifier for the state machine
description string A user-defined description of the state machine
tags array Tags attached to the state machine
View JSON Schema on GitHub