nodes

@JvmName(name = "ojyctbwdfmnpfmpm")
suspend fun nodes(value: Output<List<String>>)
@JvmName(name = "polaiarilfjdlnvp")
suspend fun nodes(value: List<String>?)

Parameters

value

Node id list for endpoint configuration. At least 2 nodes if specified, or if the cluster has more than 3 nodes, read-only endpoint is allowed to mount only one node. Default is all nodes.


@JvmName(name = "pgomfoaoxthcexyl")
suspend fun nodes(vararg values: Output<String>)


@JvmName(name = "aoddhfnxkucvwsey")
suspend fun nodes(values: List<Output<String>>)
@JvmName(name = "ahyablgbtjfclulr")
suspend fun nodes(vararg values: String)

Parameters

values

Node id list for endpoint configuration. At least 2 nodes if specified, or if the cluster has more than 3 nodes, read-only endpoint is allowed to mount only one node. Default is all nodes.