clusters

@JvmName(name = "vinocarfpvghgixy")
suspend fun clusters(value: Output<Map<String, String>>)
@JvmName(name = "lgcpopsgyabobaee")
suspend fun clusters(value: Map<String, String>?)

Parameters

value

The clusters to be created within the instance, mapped by desired cluster ID, e.g., just mycluster rather than projects/myproject/instances/myinstance/clusters/mycluster. Fields marked OutputOnly must be left blank.


@JvmName(name = "pujqbhkuqntlihnk")
fun clusters(vararg values: Pair<String, String>)

Parameters

values

The clusters to be created within the instance, mapped by desired cluster ID, e.g., just mycluster rather than projects/myproject/instances/myinstance/clusters/mycluster. Fields marked OutputOnly must be left blank.