Module Values_3.VpcEncryptionControlConfigurationSource

Describes the configuration settings for VPC Encryption Control. For more information, see Enforce VPC encryption in transit in the Amazon VPC User Guide.

Sourcetype nonrec t = {
  1. mode : Values_0.VpcEncryptionControlMode.t;
    (*

    The encryption mode for the VPC Encryption Control configuration.

    *)
  2. internetGatewayExclusion : VpcEncryptionControlExclusionStateInput.t option;
    (*

    Specifies whether to exclude internet gateway traffic from encryption enforcement.

    *)
  3. egressOnlyInternetGatewayExclusion : VpcEncryptionControlExclusionStateInput.t option;
    (*

    Specifies whether to exclude egress-only internet gateway traffic from encryption enforcement.

    *)
  4. natGatewayExclusion : VpcEncryptionControlExclusionStateInput.t option;
    (*

    Specifies whether to exclude NAT gateway traffic from encryption enforcement.

    *)
  5. virtualPrivateGatewayExclusion : VpcEncryptionControlExclusionStateInput.t option;
    (*

    Specifies whether to exclude virtual private gateway traffic from encryption enforcement.

    *)
  6. vpcPeeringExclusion : VpcEncryptionControlExclusionStateInput.t option;
    (*

    Specifies whether to exclude VPC peering connection traffic from encryption enforcement.

    *)
  7. lambdaExclusion : VpcEncryptionControlExclusionStateInput.t option;
    (*

    Specifies whether to exclude Lambda function traffic from encryption enforcement.

    *)
  8. vpcLatticeExclusion : VpcEncryptionControlExclusionStateInput.t option;
    (*

    Specifies whether to exclude VPC Lattice traffic from encryption enforcement.

    *)
  9. elasticFileSystemExclusion : VpcEncryptionControlExclusionStateInput.t option;
    (*

    Specifies whether to exclude Elastic File System traffic from encryption enforcement.

    *)
}
Sourceval context_ : string
Sourceval make : ?internetGatewayExclusion:??? -> ?egressOnlyInternetGatewayExclusion:??? -> ?natGatewayExclusion:??? -> ?virtualPrivateGatewayExclusion:??? -> ?vpcPeeringExclusion:??? -> ?lambdaExclusion:??? -> ?vpcLatticeExclusion:??? -> ?elasticFileSystemExclusion:??? -> mode:Values_0.VpcEncryptionControlMode.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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