clusterIds

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


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