Values.VpcConfigurationSourceDescribes the parameters of a VPC used by the application.
type nonrec t = {subnetIds : SubnetIds.t;The array of Subnet IDs used by the VPC configuration.
*)securityGroupIds : SecurityGroupIds.t;The array of SecurityGroup IDs used by the VPC configuration.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of SubnetId.t ] list ]) list ]