Values_4.ModifyVpcEncryptionControlResultSourceModifies 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.
type nonrec t = {vpcEncryptionControl : Values_1.VpcEncryptionControl.t option;Information about the VPC Encryption Control configuration.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ]
list
| `String of Values_0.VpcId.t
| `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of string ])
list ])
list ])
list ])
list ]