FunctionVpcConfigArgs

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

Constructors

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

Properties

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

Functions

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