Provides aggregate compliance of the conformance pack. Indicates whether a conformance pack is compliant based on the name of the conformance pack, account ID, and region.
A conformance pack is compliant if all of the rules in a conformance packs are compliant. It is noncompliant if any of the rules are not compliant. The compliance status of a conformance pack is INSUFFICIENT_DATA only if all rules within a conformance pack cannot be evaluated due to insufficient data. If some of the
{
"ConformancePackName": "string",
"Compliance": {
"ComplianceType": "COMPLIANT",
"CompliantRuleCount": 0,
"NonCompliantRuleCount": 0,
"TotalRuleCount": 0
},
"AccountId": "string",
"AwsRegion": "string"
}