multiClusterRoutingClusterIds

@JvmName(name = "rfysoqkbbvrtmngf")
suspend fun multiClusterRoutingClusterIds(value: Output<List<String>>)
@JvmName(name = "pnkiljruuplpftax")
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 = "euljbnnaplsdfpbr")
suspend fun multiClusterRoutingClusterIds(vararg values: Output<String>)


@JvmName(name = "ywlxghdmxixhmjyb")
suspend fun multiClusterRoutingClusterIds(values: List<Output<String>>)
@JvmName(name = "prgtcjexgtgrrbaa")
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.