readOnlyInstanceWeights

@JvmName(name = "pgfguiupfdeccvmh")
suspend fun readOnlyInstanceWeights(value: Output<List<RdsDbProxyReadOnlyInstanceWeightArgs>>)
@JvmName(name = "pidoeupedpegoxpf")
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 = "tvyknpqhrlkdkpsr")
suspend fun readOnlyInstanceWeights(vararg values: Output<RdsDbProxyReadOnlyInstanceWeightArgs>)


@JvmName(name = "aypxnnofygrbgnvr")
suspend fun readOnlyInstanceWeights(values: List<Output<RdsDbProxyReadOnlyInstanceWeightArgs>>)
@JvmName(name = "duaenqoulrcwdaua")
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 = "qvltdnorjukllfqd")
suspend fun readOnlyInstanceWeights(argument: List<suspend RdsDbProxyReadOnlyInstanceWeightArgsBuilder.() -> Unit>)
@JvmName(name = "vifoqfscylsostll")
suspend fun readOnlyInstanceWeights(vararg argument: suspend RdsDbProxyReadOnlyInstanceWeightArgsBuilder.() -> Unit)
@JvmName(name = "toocycgkodbsiebe")
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.