sessionPinningFilters

@JvmName(name = "gxghjhmtpftficfp")
suspend fun sessionPinningFilters(value: Output<List<String>>)
@JvmName(name = "cyinauhtxefrfoqk")
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 = "qggbodihddruusoq")
suspend fun sessionPinningFilters(vararg values: Output<String>)


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