TcpConnectionPoolArgs

data class TcpConnectionPoolArgs(val maxConnections: Output<Int>? = null) : ConvertibleToJava<TcpConnectionPoolArgs>

Defines parameters for tcp connection pooling

Constructors

Link copied to clipboard
fun TcpConnectionPoolArgs(maxConnections: Output<Int>? = null)

Functions

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

Properties

Link copied to clipboard
val maxConnections: Output<Int>? = null

Maximum number of tcp connections allowed