Amazon Step Functions · JSON Structure

Amazon Step Functions Cloud Watch Events Execution Data Details Structure

Provides details about execution input or output.

Type: object Properties: 1
OrchestrationServerlessState MachineWorkflow

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

Properties

included

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-cloud-watch-events-execution-data-details-structure.json",
  "name": "CloudWatchEventsExecutionDataDetails",
  "description": "Provides details about execution input or output.",
  "properties": {
    "included": {
      "allOf": [
        {
          "$ref": "#/components/schemas/includedDetails"
        },
        {
          "description": "Indicates whether input or output was included in the response. Always <code>true</code> for API calls. "
        }
      ]
    }
  }
}