AWS Step Functions · Schema

StateEnteredEventDetails

Contains details about a state entered during an execution.

iPaaSOrchestrationServerless

Properties

Name Type Description
name object
input object
inputDetails object
View JSON Schema on GitHub

JSON Schema

step-functions-stateenteredeventdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "StateEnteredEventDetails",
  "type": "object",
  "properties": {
    "name": {},
    "input": {},
    "inputDetails": {}
  },
  "required": [
    "name"
  ],
  "description": "Contains details about a state entered during an execution."
}