Values.TestGridVpcConfigSourceThe VPC security groups and subnets that are attached to a project.
type nonrec t = {securityGroupIds : SecurityGroupIds.t;A list of VPC security group IDs in your Amazon VPC.
*)subnetIds : SubnetIds.t;A list of VPC subnet IDs in your Amazon VPC.
*)vpcId : NonEmptyString.t;The ID of the Amazon VPC.
*)}val make :
securityGroupIds:SecurityGroupIds.t ->
subnetIds:SubnetIds.t ->
vpcId:NonEmptyString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t ])
list ]