Values_7.CreateVpcEncryptionControlResultSourceCreates a VPC Encryption Control configuration for a specified VPC. VPC Encryption Control enables you to enforce encryption for all data in transit within and between VPCs to meet compliance requirements for standards like HIPAA, FedRAMP, and PCI DSS. 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 ]