Values_2.VpcEncryptionNonCompliantResourceSourceDescribes a resource that is not compliant with VPC encryption requirements. For more information, see Enforce VPC encryption in transit in the Amazon VPC User Guide.
type nonrec t = {id : Values_0.String_.t option;The ID of the non-compliant resource.
*)type_ : Values_0.String_.t option;The type of the non-compliant resource.
*)description : Values_0.String_.t option;A description of the non-compliant resource.
*)isExcludable : Values_0.Boolean.t option;Indicates whether the resource can be excluded from encryption enforcement.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t | `String of Values_0.String_.t ])
list ]