Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface VpcConfig

The 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.

Hierarchy

  • VpcConfig

Properties

SecurityGroupIds?: string[]

A list of VPC security group IDs.

SubnetIds?: string[]

A list of VPC subnet IDs.