Values.VpcConfigSourceAmazon Virtual Private Cloud configuration details associated with your Lambda function.
type nonrec t = {subnetIds : SubnetIds.t option;The identifiers of the subnets that are associated with your Lambda function.
*)vpcId : String_.t option;The identifier of the Amazon Virtual Private Cloud.
*)securityGroups : SecurityGroups.t option;The identifier of the security group attached to the Lambda function.
*)}