FunctionVpcConfigArgs

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

Constructors

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

Properties

Link copied to clipboard
val ipv6AllowedForDualStack: Output<Boolean>? = null

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
val subnetIds: Output<List<String>>

List of subnet IDs associated with the Lambda function.

Link copied to clipboard
val vpcId: Output<String>? = null

ID of the VPC.

Functions

Link copied to clipboard
open override fun toJava(): FunctionVpcConfigArgs