DatabasePostgresqlConfigPgbouncerArgs

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)