Values.VpcConfigResponseSourceVPC configuration for workflow runs with computed VPC ID.
type nonrec t = {securityGroupIds : SecurityGroupIds.t option;List of security group IDs.
*)subnetIds : SubnetIds.t option;List of subnet IDs.
*)vpcId : VpcId.t option;VPC ID computed from the provided subnet IDs.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SecurityGroupId.t ] list
| `String of VpcId.t ])
list ]