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