{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-aggregate-conformance-pack-compliance-summary-structure.json", "name": "AggregateConformancePackComplianceSummary", "description": "Provides a summary of compliance based on either account ID or region. ", "type": "object", "properties": { "ComplianceSummary": { "allOf": [ { "$ref": "#/components/schemas/AggregateConformancePackComplianceCount" }, { "description": "Returns an AggregateConformancePackComplianceCount object. " } ] }, "GroupName": { "allOf": [ { "$ref": "#/components/schemas/StringWithCharLimit256" }, { "description": "Groups the result based on Amazon Web Services account ID or Amazon Web Services Region." } ] } } }