Amazon X-Ray · JSON Structure

Xray Put Resource Policy Result Structure

PutResourcePolicyResult schema from Amazon X-Ray API

Type: object Properties: 1
Application PerformanceDebuggingDistributed TracingMonitoringObservability

PutResourcePolicyResult is a JSON Structure definition published by Amazon X-Ray, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ResourcePolicy

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ResourcePolicy": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourcePolicy"
        },
        {
          "description": "The resource policy document, as provided in the <code>PutResourcePolicyRequest</code>."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "PutResourcePolicyResult",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-structure/xray-put-resource-policy-result-structure.json",
  "description": "PutResourcePolicyResult schema from Amazon X-Ray API"
}