View source: R/configservice_operations.R
configservice_describe_configuration_aggregators | R Documentation |
Returns the details of one or more configuration aggregators. If the configuration aggregator is not specified, this action returns the details for all the configuration aggregators associated with the account.
See https://www.paws-r-sdk.com/docs/configservice_describe_configuration_aggregators/ for full documentation.
configservice_describe_configuration_aggregators(
ConfigurationAggregatorNames = NULL,
NextToken = NULL,
Limit = NULL
)
ConfigurationAggregatorNames |
The name of the configuration aggregators. |
NextToken |
The |
Limit |
The maximum number of configuration aggregators returned on each page. The default is maximum. If you specify 0, Config uses the default. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.