Amazon Config · Schema
Evaluation
Identifies an Amazon Web Services resource and indicates whether it complies with the Config rule that it was evaluated against.
AuditingComplianceConfiguration ManagementGovernanceSecurity
Properties
| Name | Type | Description |
|---|---|---|
| ComplianceResourceType | object | |
| ComplianceResourceId | object | |
| ComplianceType | object | |
| Annotation | object | |
| OrderingTimestamp | object |
JSON Schema
{
"$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": "<p>Indicates whether the Amazon Web Services resource complies with the Config rule that it was evaluated against.</p> <p>For the <code>Evaluation</code> data type, Config supports only the <code>COMPLIANT</code>, <code>NON_COMPLIANT</code>, and <code>NOT_APPLICABLE</code> values. Config does not support the <code>INSUFFICIENT_DATA</code> value for this data type.</p> <p>Similarly, Config does not accept <code>INSUFFICIENT_DATA</code> as the value for <code>ComplianceType</code> from a <code>PutEvaluations</code> request. For example, an Lambda function for a custom Config rule cannot pass an <code>INSUFFICIENT_DATA</code> value to Config.</p>"
}
]
},
"Annotation": {
"allOf": [
{
"$ref": "#/components/schemas/StringWithCharLimit256"
},
{
"description": "Supplementary information about how the evaluation determined the compliance."
}
]
},
"OrderingTimestamp": {
"allOf": [
{
"$ref": "#/components/schemas/OrderingTimestamp"
},
{
"description": "The time of the event in Config that triggered the evaluation. For event-based evaluations, the time indicates when Config created the configuration item that triggered the evaluation. For periodic evaluations, the time indicates when Config triggered the evaluation at the frequency that you specified (for example, every 24 hours)."
}
]
}
},
"required": [
"ComplianceResourceType",
"ComplianceResourceId",
"ComplianceType",
"OrderingTimestamp"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/config-evaluation"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.