Amazon Config · Schema

GetAggregateConfigRuleComplianceSummaryResponse

GetAggregateConfigRuleComplianceSummaryResponse schema

AuditingComplianceConfiguration ManagementGovernanceSecurity

Properties

Name Type Description
GroupByKey object
AggregateComplianceCounts object
NextToken object
View JSON Schema on GitHub

JSON Schema

config-get-aggregate-config-rule-compliance-summary-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-get-aggregate-config-rule-compliance-summary-response-schema.json",
  "title": "GetAggregateConfigRuleComplianceSummaryResponse",
  "description": "GetAggregateConfigRuleComplianceSummaryResponse schema",
  "type": "object",
  "properties": {
    "GroupByKey": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StringWithCharLimit256"
        },
        {
          "description": "Groups the result based on ACCOUNT_ID or AWS_REGION."
        }
      ]
    },
    "AggregateComplianceCounts": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AggregateComplianceCountList"
        },
        {
          "description": "Returns a list of AggregateComplianceCounts 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."
        }
      ]
    }
  }
}