AWS Step Functions · Schema

StateMachineType

iPaaSOrchestrationServerless
View JSON Schema on GitHub

JSON Schema

step-functions-statemachinetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "StateMachineType",
  "type": "string",
  "enum": [
    "STANDARD",
    "EXPRESS"
  ]
}