Amazon Step Functions · JSON Structure

Amazon Step Functions Describe Execution Input Structure

DescribeExecutionInput schema from Amazon Step Functions API

Type: object Properties: 1 Required: 1
OrchestrationServerlessState MachineWorkflow

DescribeExecutionInput is a JSON Structure definition published by Amazon Step Functions, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

executionArn

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

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-step-functions/refs/heads/main/json-structure/amazon-step-functions-describe-execution-input-structure.json",
  "name": "DescribeExecutionInput",
  "description": "DescribeExecutionInput schema from Amazon Step Functions API",
  "properties": {
    "executionArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the execution to describe."
        }
      ]
    }
  },
  "required": [
    "executionArn"
  ]
}