Values.DescribeConfigurationAggregatorsRequestSourceReturns 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.
type nonrec t = {configurationAggregatorNames : ConfigurationAggregatorNameList.t option;The name of the configuration aggregators.
*)nextToken : String_.t option;The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
*)limit : Limit.t option;The maximum number of configuration aggregators returned on each page. The default is maximum. If you specify 0, Config uses the default.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Limit.t
| `List of [> `String of ConfigurationAggregatorName.t ] list
| `String of String_.t ])
list ]