{ "$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-resource-config-request-structure.json", "name": "GetAggregateResourceConfigRequest", "description": "GetAggregateResourceConfigRequest schema", "type": "object", "properties": { "ConfigurationAggregatorName": { "allOf": [ { "$ref": "#/components/schemas/ConfigurationAggregatorName" }, { "description": "The name of the configuration aggregator." } ] }, "ResourceIdentifier": { "allOf": [ { "$ref": "#/components/schemas/AggregateResourceIdentifier" }, { "description": "An object that identifies aggregate resource." } ] } }, "required": [ "ConfigurationAggregatorName", "ResourceIdentifier" ] }