sessionPinningFilters

@JvmName(name = "ivansxlwsulqyxui")
suspend fun sessionPinningFilters(value: Output<List<String>>)
@JvmName(name = "wecqnhbtfdhfwvrt")
suspend fun sessionPinningFilters(value: List<String>?)

Parameters

value

Each item in the list represents a class of SQL operations that normally cause all later statements in a session using a proxy to be pinned to the same underlying database connection. Including an item in the list exempts that class of SQL operations from the pinning behavior. Currently, the only allowed value is EXCLUDE_VARIABLE_SETS.


@JvmName(name = "bktshawfgikiarvx")
suspend fun sessionPinningFilters(vararg values: Output<String>)


@JvmName(name = "cbkearagdvuqqren")
suspend fun sessionPinningFilters(values: List<Output<String>>)
@JvmName(name = "chtaqnkkiqdbcecg")
suspend fun sessionPinningFilters(vararg values: String)

Parameters

values

Each item in the list represents a class of SQL operations that normally cause all later statements in a session using a proxy to be pinned to the same underlying database connection. Including an item in the list exempts that class of SQL operations from the pinning behavior. Currently, the only allowed value is EXCLUDE_VARIABLE_SETS.