sessionPinningFilters

@JvmName(name = "nwgasfyajkciepsq")
suspend fun sessionPinningFilters(value: Output<List<String>>)
@JvmName(name = "bpqtvwrcsjcvbgnh")
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.


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


@JvmName(name = "yrslnunhsvbawssp")
suspend fun sessionPinningFilters(values: List<Output<String>>)
@JvmName(name = "yksrkiogopxmonyy")
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.