GetFunctionVpcConfig

data class GetFunctionVpcConfig(val ipv6AllowedForDualStack: Boolean, val securityGroupIds: List<String>, val subnetIds: List<String>, val vpcId: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard