Module Values_2.VpcEncryptionNonCompliantResourceSource

Describes 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.

Sourcetype nonrec t = {
  1. id : Values_0.String_.t option;
    (*

    The ID of the non-compliant resource.

    *)
  2. type_ : Values_0.String_.t option;
    (*

    The type of the non-compliant resource.

    *)
  3. description : Values_0.String_.t option;
    (*

    A description of the non-compliant resource.

    *)
  4. isExcludable : Values_0.Boolean.t option;
    (*

    Indicates whether the resource can be excluded from encryption enforcement.

    *)
}
Sourceval make : ?id:??? -> ?type_:??? -> ?description:??? -> ?isExcludable:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `String of Values_0.String_.t ]) 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