Amazon X-Ray · Schema

ResourceARNDetail

A list of resources ARNs corresponding to the segments in a trace.

Application PerformanceDebuggingDistributed TracingMonitoringObservability

Properties

Name Type Description
ARN object
View JSON Schema on GitHub

JSON Schema

xray-resource-arn-detail-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "ARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The ARN of a corresponding resource."
        }
      ]
    }
  },
  "description": "A list of resources ARNs corresponding to the segments in a trace.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ResourceARNDetail",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-resource-arn-detail-schema.json"
}