Amazon Config · Example Payload

Config Aggregation Authorization Example

AuditingComplianceConfiguration ManagementGovernanceSecurity

Config Aggregation Authorization 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

AggregationAuthorizationArnAuthorizedAccountIdAuthorizedAwsRegionCreationTime

Example Payload

Raw ↑
{
  "AggregationAuthorizationArn": "arn:aws:config:us-east-1:123456789012:config-rule/config-rule-example",
  "AuthorizedAccountId": "123456789012",
  "AuthorizedAwsRegion": "us-east-1",
  "CreationTime": "example-string"
}