Amazon Config · Schema

DescribeAggregateComplianceByConfigRulesResponse

DescribeAggregateComplianceByConfigRulesResponse schema

AuditingComplianceConfiguration ManagementGovernanceSecurity

Properties

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

JSON Schema

config-describe-aggregate-compliance-by-config-rules-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-aggregate-compliance-by-config-rules-response-schema.json",
  "title": "DescribeAggregateComplianceByConfigRulesResponse",
  "description": "DescribeAggregateComplianceByConfigRulesResponse schema",
  "type": "object",
  "properties": {
    "AggregateComplianceByConfigRules": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AggregateComplianceByConfigRuleList"
        },
        {
          "description": "Returns a list of AggregateComplianceByConfigRule object."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "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."
        }
      ]
    }
  }
}