AWS Step Functions · Schema

CreateStateMachineOutput

iPaaSOrchestrationServerless

Properties

Name Type Description
stateMachineArn object
creationDate object
View JSON Schema on GitHub

JSON Schema

step-functions-createstatemachineoutput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateStateMachineOutput",
  "type": "object",
  "properties": {
    "stateMachineArn": {},
    "creationDate": {}
  },
  "required": [
    "stateMachineArn",
    "creationDate"
  ]
}