Module Values_4.ModifyVpcEncryptionControlRequestSource

Modifies the encryption control configuration for a VPC. You can update the encryption mode and exclusion settings for various gateway types and peering connections. For more information, see Enforce VPC encryption in transit in the Amazon VPC User Guide.

Sourcetype nonrec t = {
  1. dryRun : Values_0.Boolean.t option;
    (*

    Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    *)
  2. vpcEncryptionControlId : Values_0.VpcEncryptionControlId.t;
    (*

    The ID of the VPC Encryption Control resource to modify.

    *)
  3. mode : Values_0.VpcEncryptionControlMode.t option;
    (*

    The encryption mode for the VPC Encryption Control configuration.

    *)
  4. internetGatewayExclusion : Values_3.VpcEncryptionControlExclusionStateInput.t option;
    (*

    Specifies whether to exclude internet gateway traffic from encryption enforcement.

    *)
  5. egressOnlyInternetGatewayExclusion : Values_3.VpcEncryptionControlExclusionStateInput.t option;
    (*

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

    *)
  6. natGatewayExclusion : Values_3.VpcEncryptionControlExclusionStateInput.t option;
    (*

    Specifies whether to exclude NAT gateway traffic from encryption enforcement.

    *)
  7. virtualPrivateGatewayExclusion : Values_3.VpcEncryptionControlExclusionStateInput.t option;
    (*

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

    *)
  8. vpcPeeringExclusion : Values_3.VpcEncryptionControlExclusionStateInput.t option;
    (*

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

    *)
  9. lambdaExclusion : Values_3.VpcEncryptionControlExclusionStateInput.t option;
    (*

    Specifies whether to exclude Lambda function traffic from encryption enforcement.

    *)
  10. vpcLatticeExclusion : Values_3.VpcEncryptionControlExclusionStateInput.t option;
    (*

    Specifies whether to exclude VPC Lattice traffic from encryption enforcement.

    *)
  11. elasticFileSystemExclusion : Values_3.VpcEncryptionControlExclusionStateInput.t option;
    (*

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

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