AWS Step Functions · Schema

StopExecutionOutput

iPaaSOrchestrationServerless

Properties

Name Type Description
stopDate object
View JSON Schema on GitHub

JSON Schema

step-functions-stopexecutionoutput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "StopExecutionOutput",
  "type": "object",
  "properties": {
    "stopDate": {}
  },
  "required": [
    "stopDate"
  ]
}