Values.AggregateComplianceByConfigRuleSourceIndicates whether an Config rule is compliant based on account ID, region, compliance, and rule name. A rule is compliant if all of the resources that the rule evaluated comply with it. It is noncompliant if any of these resources do not comply.
type nonrec t = {configRuleName : ConfigRuleName.t option;The name of the Config rule.
*)compliance : Compliance.t option;Indicates whether an Amazon Web Services resource or Config rule is compliant and provides the number of contributors that affect the compliance.
*)accountId : AccountId.t option;The 12-digit account ID of the source account.
*)awsRegion : AwsRegion.t option;The source region from where the data is aggregated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ConfigRuleName.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Boolean of Boolean.t | `Integer of Integer.t ])
list ])
list ])
list ]