Module Values.AggregateComplianceCountSource

Returns the number of compliant and noncompliant rules for one or more accounts and regions in an aggregator.

Sourcetype nonrec t = {
  1. groupName : StringWithCharLimit256.t option;
    (*

    The 12-digit account ID or region based on the GroupByKey value.

    *)
  2. complianceSummary : ComplianceSummary.t option;
    (*

    The number of compliant and noncompliant Config rules.

    *)
}
Sourceval make : ?groupName:??? -> ?complianceSummary:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of StringWithCharLimit256.t | `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Integer of Integer.t ]) list | `Timestamp of Date.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