multiClusterRoutingClusterIds

@JvmName(name = "nrcsexlqvkqqrljm")
suspend fun multiClusterRoutingClusterIds(value: Output<List<String>>)
@JvmName(name = "mdhekeeojdewksmb")
suspend fun multiClusterRoutingClusterIds(value: List<String>?)

Parameters

value

The set of clusters to route to. The order is ignored; clusters will be tried in order of distance. If left empty, all clusters are eligible.


@JvmName(name = "diswkninjgbetgtx")
suspend fun multiClusterRoutingClusterIds(vararg values: Output<String>)


@JvmName(name = "iatubplqidjxklwm")
suspend fun multiClusterRoutingClusterIds(values: List<Output<String>>)
@JvmName(name = "uhmohybtkxekgvqv")
suspend fun multiClusterRoutingClusterIds(vararg values: String)

Parameters

values

The set of clusters to route to. The order is ignored; clusters will be tried in order of distance. If left empty, all clusters are eligible.