readOnlyInstanceWeights

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


@JvmName(name = "ajoanuepeatwmdww")
suspend fun readOnlyInstanceWeights(values: List<Output<RdsDbProxyReadOnlyInstanceWeightArgs>>)
@JvmName(name = "cdggrilauukiubmw")
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 = "lwtmebgblosexcst")
suspend fun readOnlyInstanceWeights(argument: List<suspend RdsDbProxyReadOnlyInstanceWeightArgsBuilder.() -> Unit>)
@JvmName(name = "bdokjjfsmebffkym")
suspend fun readOnlyInstanceWeights(vararg argument: suspend RdsDbProxyReadOnlyInstanceWeightArgsBuilder.() -> Unit)
@JvmName(name = "uwchopoywffrppaq")
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.