Values.VpcConfigResponseSourceThe VPC security groups and subnets that are attached to a Lambda function.
type nonrec t = {subnetIds : SubnetIds.t option;A list of VPC subnet IDs.
*)securityGroupIds : SecurityGroupIds.t option;A list of VPC security group IDs.
*)vpcId : VpcId.t option;The ID of the VPC.
*)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
| `String of VpcId.t ])
list ]