Amazon Step Functions · JSON Structure

Amazon Step Functions Sync Execution Status Structure

SyncExecutionStatus schema from Amazon Step Functions API

Type: string Properties: 0
OrchestrationServerlessState MachineWorkflow

SyncExecutionStatus is a JSON Structure definition published by Amazon Step Functions. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "string",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-step-functions/refs/heads/main/json-structure/amazon-step-functions-sync-execution-status-structure.json",
  "name": "SyncExecutionStatus",
  "description": "SyncExecutionStatus schema from Amazon Step Functions API",
  "enum": [
    "SUCCEEDED",
    "FAILED",
    "TIMED_OUT"
  ]
}