Amazon Config · Schema

DescribeAggregationAuthorizationsResponse

DescribeAggregationAuthorizationsResponse schema

AuditingComplianceConfiguration ManagementGovernanceSecurity

Properties

Name Type Description
AggregationAuthorizations object
NextToken object
View JSON Schema on GitHub

JSON Schema

config-describe-aggregation-authorizations-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-describe-aggregation-authorizations-response-schema.json",
  "title": "DescribeAggregationAuthorizationsResponse",
  "description": "DescribeAggregationAuthorizationsResponse schema",
  "type": "object",
  "properties": {
    "AggregationAuthorizations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AggregationAuthorizationList"
        },
        {
          "description": "Returns a list of authorizations granted to various aggregator accounts and regions."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response."
        }
      ]
    }
  }
}