readOnlyInstanceWeights

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


@JvmName(name = "hqmlfqhjqfpgwcee")
suspend fun readOnlyInstanceWeights(values: List<Output<RdsDbProxyReadOnlyInstanceWeightArgs>>)
@JvmName(name = "drttxggayamewplc")
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 = "vjafsdneppljvqax")
suspend fun readOnlyInstanceWeights(argument: List<suspend RdsDbProxyReadOnlyInstanceWeightArgsBuilder.() -> Unit>)
@JvmName(name = "hufsmpsjpitlucgn")
suspend fun readOnlyInstanceWeights(vararg argument: suspend RdsDbProxyReadOnlyInstanceWeightArgsBuilder.() -> Unit)
@JvmName(name = "qvoiwopirifsadev")
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.