{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-put-configuration-aggregator-request-structure.json", "name": "PutConfigurationAggregatorRequest", "description": "PutConfigurationAggregatorRequest schema", "type": "object", "properties": { "ConfigurationAggregatorName": { "allOf": [ { "$ref": "#/components/schemas/ConfigurationAggregatorName" }, { "description": "The name of the configuration aggregator." } ] }, "AccountAggregationSources": { "allOf": [ { "$ref": "#/components/schemas/AccountAggregationSourceList" }, { "description": "A list of AccountAggregationSource object. " } ] }, "OrganizationAggregationSource": { "allOf": [ { "$ref": "#/components/schemas/OrganizationAggregationSource" }, { "description": "An OrganizationAggregationSource object." } ] }, "Tags": { "allOf": [ { "$ref": "#/components/schemas/TagsList" }, { "description": "An array of tag object." } ] } }, "required": [ "ConfigurationAggregatorName" ] }