configservice_describe_configuration_aggregators {paws.management} | R Documentation |
Returns the details of one or more configuration aggregators
Description
Returns the details of one or more configuration aggregators. If the configuration aggregator is not specified, this operation 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.
Usage
configservice_describe_configuration_aggregators(
ConfigurationAggregatorNames = NULL,
NextToken = NULL,
Limit = NULL
)
Arguments
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. |
[Package paws.management version 0.9.0 Index]