Amazon Config · JSON Structure

Config Get Aggregate Conformance Pack Compliance Summary Response Structure

GetAggregateConformancePackComplianceSummaryResponse schema

Type: object Properties: 3
AuditingComplianceConfiguration ManagementGovernanceSecurity

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

Properties

AggregateConformancePackComplianceSummaries GroupByKey NextToken

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-get-aggregate-conformance-pack-compliance-summary-response-structure.json",
  "name": "GetAggregateConformancePackComplianceSummaryResponse",
  "description": "GetAggregateConformancePackComplianceSummaryResponse schema",
  "type": "object",
  "properties": {
    "AggregateConformancePackComplianceSummaries": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AggregateConformancePackComplianceSummaryList"
        },
        {
          "description": "Returns a list of <code>AggregateConformancePackComplianceSummary</code> object."
        }
      ]
    },
    "GroupByKey": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StringWithCharLimit256"
        },
        {
          "description": "Groups the result based on Amazon Web Services account ID or Amazon Web Services Region."
        }
      ]
    },
    "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."
        }
      ]
    }
  }
}