FunctionVpcConfig

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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