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.
configservice_describe_configuration_aggregators(
ConfigurationAggregatorNames, NextToken, Limit)
The name of the configuration aggregators.
The nextToken
string returned on a previous page that you use to get
the next page of results in a paginated response.
The maximum number of configuration aggregators returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.
svc$describe_configuration_aggregators( ConfigurationAggregatorNames = list( "string" ), NextToken = "string", Limit = 123 )