{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-evaluation-schema.json", "title": "Evaluation", "description": "Identifies an Amazon Web Services resource and indicates whether it complies with the Config rule that it was evaluated against.", "type": "object", "properties": { "ComplianceResourceType": { "allOf": [ { "$ref": "#/components/schemas/StringWithCharLimit256" }, { "description": "The type of Amazon Web Services resource that was evaluated." } ] }, "ComplianceResourceId": { "allOf": [ { "$ref": "#/components/schemas/BaseResourceId" }, { "description": "The ID of the Amazon Web Services resource that was evaluated." } ] }, "ComplianceType": { "allOf": [ { "$ref": "#/components/schemas/ComplianceType" }, { "description": "
Indicates whether the Amazon Web Services resource complies with the Config rule that it was evaluated against.
For the Evaluation data type, Config supports only the COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE values. Config does not support the INSUFFICIENT_DATA value for this data type.
Similarly, Config does not accept INSUFFICIENT_DATA as the value for ComplianceType from a PutEvaluations request. For example, an Lambda function for a custom Config rule cannot pass an INSUFFICIENT_DATA value to Config.