Values_0.AutoMLSecurityConfigSourceSecurity options.
type nonrec t = {volumeKmsKeyId : KmsKeyId.t option;The key used to encrypt stored data.
*)enableInterContainerTrafficEncryption : Boolean.t option;Whether to use traffic encryption between the container layers.
*)vpcConfig : VpcConfig.t option;The VPC configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of KmsKeyId.t
| `Structure of
(string * [> `List of [> `String of SecurityGroupId.t ] list ])
list ])
list ]