AWS Step Functions · Schema

StopExecutionInput

iPaaSOrchestrationServerless

Properties

Name Type Description
executionArn object
error object
cause object
View JSON Schema on GitHub

JSON Schema

step-functions-stopexecutioninput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "StopExecutionInput",
  "type": "object",
  "properties": {
    "executionArn": {},
    "error": {},
    "cause": {}
  },
  "required": [
    "executionArn"
  ]
}