Creates and updates the configuration aggregator with the selected source accounts and regions
Source:R/configservice_operations.R
configservice_put_configuration_aggregator.RdCreates 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.
Usage
configservice_put_configuration_aggregator(
ConfigurationAggregatorName,
AccountAggregationSources = NULL,
OrganizationAggregationSource = NULL,
Tags = NULL,
AggregatorFilters = NULL
)Arguments
- ConfigurationAggregatorName
[required] The name of the configuration aggregator.
- AccountAggregationSources
A list of AccountAggregationSource object.
- OrganizationAggregationSource
An OrganizationAggregationSource object.
An array of tag object.
- AggregatorFilters
An object to filter configuration recorders in an aggregator. Either
ResourceTypeorServicePrincipalis required.