FunctionVpcConfig

data class FunctionVpcConfig(val ipv6AllowedForDualStack: Boolean? = null, val securityGroupIds: List<String>, val subnetIds: List<String>, val vpcId: String? = null)

Constructors

Link copied to clipboard
constructor(ipv6AllowedForDualStack: Boolean? = null, securityGroupIds: List<String>, subnetIds: List<String>, vpcId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets. Default is false.

Link copied to clipboard

List of security group IDs associated with the Lambda function.

Link copied to clipboard

List of subnet IDs associated with the Lambda function.

Link copied to clipboard
val vpcId: String? = null

ID of the VPC.