Values.AwsLambdaFunctionVpcConfigSourceThe VPC security groups and subnets that are attached to a Lambda function.
type nonrec t = {securityGroupIds : NonEmptyStringList.t option;A list of VPC security groups IDs.
*)subnetIds : NonEmptyStringList.t option;A list of VPC subnet IDs.
*)vpcId : NonEmptyString.t option;The ID of the VPC.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t ])
list ]