Module Values.DescribeAggregateComplianceByConfigRulesRequestSource

Returns 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.

Sourcetype nonrec t = {
  1. configurationAggregatorName : ConfigurationAggregatorName.t;
    (*

    The name of the configuration aggregator.

    *)
  2. filters : ConfigRuleComplianceFilters.t option;
    (*

    Filters the results by ConfigRuleComplianceFilters object.

    *)
  3. 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.

    *)
  4. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?filters:??? -> ?limit:??? -> ?nextToken:??? -> configurationAggregatorName:ConfigurationAggregatorName.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t