Creates and updates the configuration aggregator with the selected source accounts and regions. The source account can be individual account(s) or an organization.
See https://www.paws-r-sdk.com/docs/configservice_put_configuration_aggregator/ for full documentation.
configservice_put_configuration_aggregator(
ConfigurationAggregatorName,
AccountAggregationSources = NULL,
OrganizationAggregationSource = NULL,
Tags = NULL,
AggregatorFilters = NULL
)
[required] The name of the configuration aggregator.
A list of AccountAggregationSource object.
An OrganizationAggregationSource object.
An array of tag object.
An object to filter configuration recorders in an aggregator. Either
ResourceType
or ServicePrincipal
is required.