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.
ConformancePackComplianceScore is a JSON Structure definition published by Amazon Config, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-conformance-pack-compliance-score-structure.json",
"name": "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.