Amazon Config · Example Payload

Config Aggregate Conformance Pack Compliance Example

AuditingComplianceConfiguration ManagementGovernanceSecurity

Config Aggregate Conformance Pack Compliance Example is an example object payload from Amazon Config, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ComplianceTypeCompliantRuleCountNonCompliantRuleCountTotalRuleCount

Example Payload

Raw ↑
{
  "ComplianceType": "example-string",
  "CompliantRuleCount": "example-string",
  "NonCompliantRuleCount": "example-string",
  "TotalRuleCount": "example-string"
}