Returns the details of one or more configuration aggregators
Source:R/configservice_operations.R
configservice_describe_configuration_aggregators.RdReturns 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
nextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.- Limit
The maximum number of configuration aggregators returned on each page. The default is maximum. If you specify 0, Config uses the default.