Amazon X-Ray · JSON Structure

Xray List Resource Policies Result Structure

ListResourcePoliciesResult schema from Amazon X-Ray API

Type: object Properties: 2
Application PerformanceDebuggingDistributed TracingMonitoringObservability

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

Properties

ResourcePolicies NextToken

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ResourcePolicies": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourcePolicyList"
        },
        {
          "description": "The list of resource policies in the target Amazon Web Services account."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourcePolicyNextToken"
        },
        {
          "description": "Pagination token. Not currently supported."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ListResourcePoliciesResult",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-structure/xray-list-resource-policies-result-structure.json",
  "description": "ListResourcePoliciesResult schema from Amazon X-Ray API"
}