Values.DescribeAggregateComplianceByConfigRulesRequestSourceReturns a list of compliant and noncompliant rules with the number of resources for compliant and noncompliant rules. Does not display rules that do not have compliance results. The results can return an empty result page, but if you have a nextToken, the results are displayed on the next page.
type nonrec t = {configurationAggregatorName : ConfigurationAggregatorName.t;The name of the configuration aggregator.
*)filters : ConfigRuleComplianceFilters.t option;Filters the results by ConfigRuleComplianceFilters object.
*)limit : GroupByAPILimit.t option;The maximum number of evaluation results returned on each page. The default is maximum. If you specify 0, Config uses the default.
*)nextToken : NextToken.t option;The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
*)}val make :
?filters:??? ->
?limit:??? ->
?nextToken:??? ->
configurationAggregatorName:ConfigurationAggregatorName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of GroupByAPILimit.t
| `String of ConfigurationAggregatorName.t
| `Structure of
(string * [> `Enum of string | `String of ConfigRuleName.t ]) list ])
list ]