Amazon Step Functions · JSON Structure

Amazon Step Functions Tracing Configuration Structure

Selects whether or not the state machine's X-Ray tracing is enabled. Default is false

Type: object Properties: 1
OrchestrationServerlessState MachineWorkflow

TracingConfiguration 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

enabled

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-tracing-configuration-structure.json",
  "name": "TracingConfiguration",
  "description": "Selects whether or not the state machine's X-Ray tracing is enabled. Default is <code>false</code> ",
  "properties": {
    "enabled": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Enabled"
        },
        {
          "description": "When set to <code>true</code>, X-Ray tracing is enabled."
        }
      ]
    }
  }
}