Amazon Config · Example Payload

Config Compliance By Resource Example

AuditingComplianceConfiguration ManagementGovernanceSecurity

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

Top-level fields

ResourceTypeResourceIdCompliance

Example Payload

Raw ↑
{
  "ResourceType": "AWS::EC2::Instance",
  "ResourceId": "example-string",
  "Compliance": "example-string"
}