AWS Step Functions · Schema

ExecutionStartedEventDetails

Contains details about the start of the execution.

iPaaSOrchestrationServerless

Properties

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

JSON Schema

step-functions-executionstartedeventdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ExecutionStartedEventDetails",
  "type": "object",
  "properties": {
    "input": {},
    "inputDetails": {},
    "roleArn": {}
  },
  "description": "Contains details about the start of the execution."
}