Values.VpcConfigSourceThe VPC security groups and subnets that are attached to a Lambda function. For more information, see Configuring a Lambda function to access resources in a VPC.
type nonrec t = {subnetIds : SubnetIds.t option;A list of VPC subnet IDs.
*)securityGroupIds : SecurityGroupIds.t option;A list of VPC security group IDs.
*)ipv6AllowedForDualStack : NullableBoolean.t option;Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `List of [> `String of SubnetId.t ] list ])
list ]