Amazon Config · Example Payload

Config Aggregate Compliance By Config Rule Example

AuditingComplianceConfiguration ManagementGovernanceSecurity

Config Aggregate Compliance By Config Rule 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

ConfigRuleNameComplianceAccountIdAwsRegion

Example Payload

Raw ↑
{
  "ConfigRuleName": "example-config-rule",
  "Compliance": "example-string",
  "AccountId": "123456789012",
  "AwsRegion": "us-east-1"
}