{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-aggregate-evaluation-result-structure.json", "name": "AggregateEvaluationResult", "description": "The details of an Config evaluation for an account ID and region in an aggregator. Provides the Amazon Web Services resource that was evaluated, the compliance of the resource, related time stamps, and supplementary information. ", "type": "object", "properties": { "EvaluationResultIdentifier": { "allOf": [ { "$ref": "#/components/schemas/EvaluationResultIdentifier" }, { "description": "Uniquely identifies the evaluation result." } ] }, "ComplianceType": { "allOf": [ { "$ref": "#/components/schemas/ComplianceType" }, { "description": "
The resource compliance status.
For the AggregationEvaluationResult data type, Config supports only the COMPLIANT and NON_COMPLIANT. Config does not support the NOT_APPLICABLE and INSUFFICIENT_DATA value.