DatabasePostgresqlConfigPgbouncerArgs

data class DatabasePostgresqlConfigPgbouncerArgs(val autodbIdleTimeout: Output<Int>? = null, val autodbMaxDbConnections: Output<Int>? = null, val autodbPoolMode: Output<String>? = null, val autodbPoolSize: Output<Int>? = null, val ignoreStartupParameters: Output<List<String>>? = null, val minPoolSize: Output<Int>? = null, val serverIdleTimeout: Output<Int>? = null, val serverLifetime: Output<Int>? = null, val serverResetQueryAlways: Output<Boolean>? = null) : ConvertibleToJava<DatabasePostgresqlConfigPgbouncerArgs>

Constructors

Link copied to clipboard
constructor(autodbIdleTimeout: Output<Int>? = null, autodbMaxDbConnections: Output<Int>? = null, autodbPoolMode: Output<String>? = null, autodbPoolSize: Output<Int>? = null, ignoreStartupParameters: Output<List<String>>? = null, minPoolSize: Output<Int>? = null, serverIdleTimeout: Output<Int>? = null, serverLifetime: Output<Int>? = null, serverResetQueryAlways: Output<Boolean>? = null)

Properties

Link copied to clipboard
val autodbIdleTimeout: Output<Int>? = null
Link copied to clipboard
val autodbMaxDbConnections: Output<Int>? = null
Link copied to clipboard
val autodbPoolMode: Output<String>? = null
Link copied to clipboard
val autodbPoolSize: Output<Int>? = null
Link copied to clipboard
val ignoreStartupParameters: Output<List<String>>? = null
Link copied to clipboard
val minPoolSize: Output<Int>? = null
Link copied to clipboard
val serverIdleTimeout: Output<Int>? = null
Link copied to clipboard
val serverLifetime: Output<Int>? = null
Link copied to clipboard
val serverResetQueryAlways: Output<Boolean>? = null

Functions

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