Values.ComplianceByConfigRuleSourceIndicates whether an Config rule is compliant. A rule is compliant if all of the resources that the rule evaluated comply with it. A rule is noncompliant if any of these resources do not comply.
type nonrec t = {configRuleName : StringWithCharLimit64.t option;The name of the Config rule.
*)compliance : Compliance.t option;Indicates whether the Config rule is compliant.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of StringWithCharLimit64.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Boolean of Boolean.t | `Integer of Integer.t ])
list ])
list ])
list ]