AWS Step Functions · Schema

TracingConfiguration

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

iPaaSOrchestrationServerless

Properties

Name Type Description
enabled object
View JSON Schema on GitHub

JSON Schema

step-functions-tracingconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TracingConfiguration",
  "type": "object",
  "properties": {
    "enabled": {}
  },
  "description": "Selects whether or not the state machine's X-Ray tracing is enabled. Default is <code>false</code> "
}