readOnlyInstanceWeights

@JvmName(name = "ebpcshspcqulqlgu")
suspend fun readOnlyInstanceWeights(value: Output<List<RdsDbProxyReadOnlyInstanceWeightArgs>>)
@JvmName(name = "rbfaftsoghjavdgl")
suspend fun readOnlyInstanceWeights(value: List<RdsDbProxyReadOnlyInstanceWeightArgs>?)

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.


@JvmName(name = "hnaqqfpjiawvpsec")
suspend fun readOnlyInstanceWeights(vararg values: Output<RdsDbProxyReadOnlyInstanceWeightArgs>)


@JvmName(name = "yuodugxuoumayfbm")
suspend fun readOnlyInstanceWeights(values: List<Output<RdsDbProxyReadOnlyInstanceWeightArgs>>)
@JvmName(name = "llpcyjhktxqrwxpl")
suspend fun readOnlyInstanceWeights(vararg values: RdsDbProxyReadOnlyInstanceWeightArgs)

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.


@JvmName(name = "yovpenffofgqpgdd")
suspend fun readOnlyInstanceWeights(argument: List<suspend RdsDbProxyReadOnlyInstanceWeightArgsBuilder.() -> Unit>)
@JvmName(name = "frdvdsfeimwsgmpt")
suspend fun readOnlyInstanceWeights(vararg argument: suspend RdsDbProxyReadOnlyInstanceWeightArgsBuilder.() -> Unit)
@JvmName(name = "oxqrndpsglqhtaub")
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.