AWS Step Functions · JSON Structure

Step Functions Tracingconfiguration Structure

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

Type: object Properties: 0
iPaaSOrchestrationServerless

Step Functions Tracingconfiguration 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": "TracingConfiguration",
  "type": "object",
  "description": "Selects whether or not the state machine's X-Ray tracing is enabled. Default is <code>false</code> ",
  "fields": [
    {
      "name": "enabled",
      "type": "string"
    }
  ]
}