AWS Step Functions · JSON Structure

Step Functions Executionstartedeventdetails Structure

Contains details about the start of the execution.

Type: object Properties: 0
iPaaSOrchestrationServerless

Step Functions Executionstartedeventdetails Structure is a JSON Structure definition published by AWS Step Functions. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "title": "ExecutionStartedEventDetails",
  "type": "object",
  "description": "Contains details about the start of the execution.",
  "fields": [
    {
      "name": "input",
      "type": "string"
    },
    {
      "name": "inputDetails",
      "type": "string"
    },
    {
      "name": "roleArn",
      "type": "string"
    }
  ]
}