Values.VpcConfigSourceInformation about the VPC configuration that CodeBuild accesses.
type nonrec t = {vpcId : NonEmptyString.t option;The ID of the Amazon VPC.
*)subnets : Subnets.t option;A list of one or more subnet IDs in your Amazon VPC.
*)securityGroupIds : SecurityGroupIds.t option;A list of one or more security groups IDs in your Amazon VPC.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t ])
list ]