dbProxyFeatures

val dbProxyFeatures: Output<String>

The features that you want to enable for the proxy endpoint. If you specify more than one feature, separate the features with semicolons (;). Format: Feature 1:Status;Feature 2:Status;.... Do not add a semicolon (;) at the end of the last value. Valid feature values:

  • ReadWriteSpliting: read/write splitting.

  • ConnectionPersist: connection pooling.

  • TransactionReadSqlRouteOptimizeStatus: transaction splitting. Valid status values:

  • 1: enabled.

  • 0: disabled.

NOTE: Note You must specify this parameter only when the read/write splitting feature is enabled.