Amazon Config · Example Payload

Config Resource Identifier Example

AuditingComplianceConfiguration ManagementGovernanceSecurity

Config Resource Identifier 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

resourceTyperesourceIdresourceNameresourceDeletionTime

Example Payload

Raw ↑
{
  "resourceType": "AWS::EC2::Instance",
  "resourceId": "example-string",
  "resourceName": "example-config-rule",
  "resourceDeletionTime": "example-string"
}