clusterIds

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


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