Amazon Config · Example Payload

Config Configuration Aggregator Example

AuditingComplianceConfiguration ManagementGovernanceSecurity

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

Top-level fields

ConfigurationAggregatorNameConfigurationAggregatorArnAccountAggregationSourcesOrganizationAggregationSourceCreationTimeLastUpdatedTimeCreatedBy

Example Payload

Raw ↑
{
  "ConfigurationAggregatorName": "example-config-rule",
  "ConfigurationAggregatorArn": "arn:aws:config:us-east-1:123456789012:config-rule/config-rule-example",
  "AccountAggregationSources": "123456789012",
  "OrganizationAggregationSource": "example-string",
  "CreationTime": "example-string",
  "LastUpdatedTime": "example-string",
  "CreatedBy": "example-string"
}