read Only Instance Weights
Parameters
value
A list of the read weights of the instance and its read-only instances. It contains two sub-fields(instance_id and weight). Read weights increase in increments of 100, and the maximum read weight is 10000. See read_only_instance_weight
below.
Parameters
values
A list of the read weights of the instance and its read-only instances. It contains two sub-fields(instance_id and weight). Read weights increase in increments of 100, and the maximum read weight is 10000. See read_only_instance_weight
below.
suspend fun readOnlyInstanceWeights(argument: List<suspend RdsDbProxyReadOnlyInstanceWeightArgsBuilder.() -> Unit>)
suspend fun readOnlyInstanceWeights(vararg argument: suspend RdsDbProxyReadOnlyInstanceWeightArgsBuilder.() -> Unit)
suspend fun readOnlyInstanceWeights(argument: suspend RdsDbProxyReadOnlyInstanceWeightArgsBuilder.() -> Unit)
Parameters
argument
A list of the read weights of the instance and its read-only instances. It contains two sub-fields(instance_id and weight). Read weights increase in increments of 100, and the maximum read weight is 10000. See read_only_instance_weight
below.