Module Values_0.VpcEncryptionControlExclusionsSource

Describes the exclusion configurations for various resource types in VPC Encryption Control. For more information, see Enforce VPC encryption in transit in the Amazon VPC User Guide.

Sourcetype nonrec t = {
  1. internetGateway : VpcEncryptionControlExclusion.t option;
    (*

    The exclusion configuration for internet gateway traffic.

    *)
  2. egressOnlyInternetGateway : VpcEncryptionControlExclusion.t option;
    (*

    The exclusion configuration for egress-only internet gateway traffic.

    *)
  3. natGateway : VpcEncryptionControlExclusion.t option;
    (*

    The exclusion configuration for NAT gateway traffic.

    *)
  4. virtualPrivateGateway : VpcEncryptionControlExclusion.t option;
    (*

    The exclusion configuration for virtual private gateway traffic.

    *)
  5. vpcPeering : VpcEncryptionControlExclusion.t option;
    (*

    The exclusion configuration for VPC peering connection traffic.

    *)
  6. lambda : VpcEncryptionControlExclusion.t option;
    (*

    The exclusion configuration for Lambda function traffic.

    *)
  7. vpcLattice : VpcEncryptionControlExclusion.t option;
    (*

    The exclusion configuration for VPC Lattice traffic.

    *)
  8. elasticFileSystem : VpcEncryptionControlExclusion.t option;
    (*

    The exclusion configuration for Elastic File System traffic.

    *)
}
Sourceval make : ?internetGateway:??? -> ?egressOnlyInternetGateway:??? -> ?natGateway:??? -> ?virtualPrivateGateway:??? -> ?vpcPeering:??? -> ?lambda:??? -> ?vpcLattice:??? -> ?elasticFileSystem:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of String_.t ]) list ]) 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