clusterIds

@JvmName(name = "ovowprdshfuqhrus")
suspend fun clusterIds(value: Output<List<String>>)
@JvmName(name = "uajdshtelawsoanx")
suspend fun clusterIds(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 = "eqmecrgfpimyjieb")
suspend fun clusterIds(vararg values: Output<String>)


@JvmName(name = "lupyfkwoygpapvfn")
suspend fun clusterIds(values: List<Output<String>>)
@JvmName(name = "lnmuijllqxmsiuxl")
suspend fun clusterIds(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.