Amazon Config · Example Payload

Config Get Compliance Details By Resource Request Example

AuditingComplianceConfiguration ManagementGovernanceSecurity

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

Top-level fields

ResourceTypeResourceIdComplianceTypesNextTokenResourceEvaluationId

Example Payload

Raw ↑
{
  "ResourceType": "AWS::EC2::Instance",
  "ResourceId": "example-string",
  "ComplianceTypes": "example-string",
  "NextToken": "example-string",
  "ResourceEvaluationId": "example-string"
}