configservice_put_configuration_aggregator {paws.management} | R Documentation |
Creates and updates the configuration aggregator with the selected source accounts and regions
Description
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.
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. |
Tags |
An array of tag object. |
AggregatorFilters |
An object to filter configuration recorders in an aggregator. Either
|
[Package paws.management version 0.9.0 Index]