{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-batch-get-aggregate-resource-config-response-structure.json", "name": "BatchGetAggregateResourceConfigResponse", "description": "BatchGetAggregateResourceConfigResponse schema", "type": "object", "properties": { "BaseConfigurationItems": { "allOf": [ { "$ref": "#/components/schemas/BaseConfigurationItems" }, { "description": "A list that contains the current configuration of one or more resources." } ] }, "UnprocessedResourceIdentifiers": { "allOf": [ { "$ref": "#/components/schemas/UnprocessedResourceIdentifierList" }, { "description": "A list of resource identifiers that were not processed with current scope. The list is empty if all the resources are processed." } ] } } }