querypoolConnectionMode

@JvmName(name = "britstnmemwphpij")
suspend fun querypoolConnectionMode(value: Output<ConnectionMode>)
@JvmName(name = "oflnriwnfubynuta")
suspend fun querypoolConnectionMode(value: ConnectionMode?)

Parameters

value

How the read-write server's participation in the query pool is controlled.
It can have the following values:

  • readOnly - indicates that the read-write server is intended not to participate in query operations
  • all - indicates that the read-write server can participate in query operations
Specifying readOnly when capacity is 1 results in error.