ServerlessClusterVpcConfigArgs

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

Constructors

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

Properties

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

Specifies up to five security groups that control inbound and outbound traffic for the serverless cluster.

Link copied to clipboard
val subnetIds: Output<List<String>>

A list of subnets in at least two different Availability Zones that host your client applications.

Functions

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