View source: R/configservice_operations.R
configservice_put_configuration_aggregator | R Documentation |
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
)
ConfigurationAggregatorName |
[required] The name of the configuration aggregator. |
AccountAggregationSources |
A list of AccountAggregationSource object. |
OrganizationAggregationSource |
An OrganizationAggregationSource object. |
Tags |
An array of tag object. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.