A compliance score is the percentage of the number of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations in the conformance pack. This metric provides you with a high-level view of the compliance state of your conformance packs. You can use it to identify, investigate, and understand the level of compliance in your conformance packs.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-conformance-pack-compliance-score-schema.json",
"title": "ConformancePackComplianceScore",
"description": "A compliance score is the percentage of the number of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations in the conformance pack. This metric provides you with a high-level view of the compliance state of your conformance packs. You can use it to identify, investigate, and understand the level of compliance in your conformance packs.",
"type": "object",
"properties": {
"Score": {
"allOf": [
{
"$ref": "#/components/schemas/ComplianceScore"
},
{
"description": "Compliance score for the conformance pack. Conformance packs with no evaluation results will have a compliance score of <code>INSUFFICIENT_DATA</code>."
}
]
},
"ConformancePackName": {
"allOf": [
{
"$ref": "#/components/schemas/ConformancePackName"
},
{
"description": "The name of the conformance pack."
}
]
},
"LastUpdatedTime": {
"allOf": [
{
"$ref": "#/components/schemas/LastUpdatedTime"
},
{
"description": "The time that the conformance pack compliance score was last updated."
}
]
}
}
}
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.