Values.VpcConfigurationSourceThe VPC configuration provisioned for the host.
type nonrec t = {vpcId : VpcId.t;The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.
*)subnetIds : SubnetIds.t;The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
*)securityGroupIds : SecurityGroupIds.t;The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
*)tlsCertificate : TlsCertificate.t option;The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.
*)}val make :
?tlsCertificate:??? ->
vpcId:VpcId.t ->
subnetIds:SubnetIds.t ->
securityGroupIds:SecurityGroupIds.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SubnetId.t ] list | `String of VpcId.t ])
list ]