Amazon X-Ray · Schema

ResourcePolicy

A resource policy grants one or more Amazon Web Services services and accounts permissions to access X-Ray. Each resource policy is associated with a specific Amazon Web Services account.

Application PerformanceDebuggingDistributed TracingMonitoringObservability

Properties

Name Type Description
PolicyName object
PolicyDocument object
PolicyRevisionId object
LastUpdatedTime object
View JSON Schema on GitHub

JSON Schema

xray-resource-policy-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "PolicyName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PolicyName"
        },
        {
          "description": "The name of the resource policy. Must be unique within a specific Amazon Web Services account."
        }
      ]
    },
    "PolicyDocument": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PolicyDocument"
        },
        {
          "description": "The resource policy document, which can be up to 5kb in size."
        }
      ]
    },
    "PolicyRevisionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PolicyRevisionId"
        },
        {
          "description": "Returns the current policy revision id for this policy name."
        }
      ]
    },
    "LastUpdatedTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "When the policy was last updated, in Unix time seconds."
        }
      ]
    }
  },
  "description": "A resource policy grants one or more Amazon Web Services services and accounts permissions to access X-Ray. Each resource policy is associated with a specific Amazon Web Services account.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ResourcePolicy",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-resource-policy-schema.json"
}