weight

@JvmName(name = "clqbwriosphjmeic")
suspend fun weight(value: Output<Map<String, String>>)
@JvmName(name = "ubhkfygkbkvyqiwf")
suspend fun weight(value: Map<String, String>?)

Parameters

value

Read weight distribution. Read weights increase at a step of 100 up to 10,000. Enter weights in the following format: {"Instanceid":"Weight","Instanceid":"Weight"}. This parameter must be set when distribution_type is set to Custom.


@JvmName(name = "uxeeurfcbanvvpfw")
fun weight(vararg values: Pair<String, String>)

Parameters

values

Read weight distribution. Read weights increase at a step of 100 up to 10,000. Enter weights in the following format: {"Instanceid":"Weight","Instanceid":"Weight"}. This parameter must be set when distribution_type is set to Custom.