Amazon Config · Example Payload

Config Relationship Example

AuditingComplianceConfiguration ManagementGovernanceSecurity

Config Relationship 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

resourceTyperesourceIdresourceNamerelationshipName

Example Payload

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