Creates and updates the configuration aggregator with the selected source accounts and regions. The source account can be individual account(s) or an organization.
configservice_put_configuration_aggregator(ConfigurationAggregatorName,
AccountAggregationSources, OrganizationAggregationSource, Tags)
[required] The name of the configuration aggregator.
A list of AccountAggregationSource object.
An OrganizationAggregationSource object.
An array of tag object.
svc$put_configuration_aggregator( ConfigurationAggregatorName = "string", AccountAggregationSources = list( list( AccountIds = list( "string" ), AllAwsRegions = TRUE|FALSE, AwsRegions = list( "string" ) ) ), OrganizationAggregationSource = list( RoleArn = "string", AwsRegions = list( "string" ), AllAwsRegions = TRUE|FALSE ), Tags = list( list( Key = "string", Value = "string" ) ) )
AWS Config should be enabled in source accounts and regions you want to aggregate.
If your source type is an organization, you must be signed in to the
master account and all features must be enabled in your organization.
AWS Config calls EnableAwsServiceAccess
API to enable integration
between AWS Config and AWS Organizations.