Values.VpcConfigSourceThe configuration of a virtual private cloud (VPC). For more information, see Protect your data using Amazon Virtual Private Cloud and Amazon Web Services PrivateLink.
type nonrec t = {subnetIds : SubnetIds.t;An array of IDs for each subnet in the VPC to use.
*)securityGroupIds : SecurityGroupIds.t;An array of IDs for each security group in the VPC to use.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of SubnetId.t ] list ]) list ]