Values_1.VpcEncryptionControlSourceDescribes the configuration and state of VPC encryption controls. For more information, see Enforce VPC encryption in transit in the Amazon VPC User Guide.
type nonrec t = {vpcId : Values_0.VpcId.t option;The ID of the VPC associated with the encryption control configuration.
*)vpcEncryptionControlId : Values_0.VpcEncryptionControlId.t option;The ID of the VPC Encryption Control configuration.
*)mode : Values_0.VpcEncryptionControlMode.t option;The encryption mode for the VPC Encryption Control configuration.
*)state : Values_0.VpcEncryptionControlState.t option;The current state of the VPC Encryption Control configuration.
*)stateMessage : Values_0.String_.t option;A message providing additional information about the encryption control state.
*)resourceExclusions : Values_0.VpcEncryptionControlExclusions.t option;Information about resource exclusions for the VPC Encryption Control configuration.
*)}val to_value :
t ->
[> `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 ]