Values.ComplianceByResourceSourceIndicates whether an Amazon Web Services resource that is evaluated according to one or more Config rules is compliant. A resource is compliant if it complies with all of the rules that evaluate it. A resource is noncompliant if it does not comply with one or more of these rules.
type nonrec t = {resourceType : StringWithCharLimit256.t option;The type of the Amazon Web Services resource that was evaluated.
*)resourceId : BaseResourceId.t option;The ID of the Amazon Web Services resource that was evaluated.
*)compliance : Compliance.t option;Indicates whether the Amazon Web Services resource complies with all of the Config rules that evaluated it.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of StringWithCharLimit256.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Boolean of Boolean.t | `Integer of Integer.t ])
list ])
list ])
list ]