AWS Step Functions · Schema

StateExitedEventDetails

Contains details about an exit from a state during an execution.

iPaaSOrchestrationServerless

Properties

Name Type Description
name object
output object
outputDetails object
View JSON Schema on GitHub

JSON Schema

step-functions-stateexitedeventdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "StateExitedEventDetails",
  "type": "object",
  "properties": {
    "name": {},
    "output": {},
    "outputDetails": {}
  },
  "required": [
    "name"
  ],
  "description": "Contains details about an exit from a state during an execution."
}