nodes

@JvmName(name = "vvspsgbsouvmvbko")
suspend fun nodes(value: Output<List<String>>)
@JvmName(name = "etoqtgpkxejknixp")
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 = "uiavggmpvhgnlkwg")
suspend fun nodes(vararg values: Output<String>)


@JvmName(name = "cwjopxfuftocojay")
suspend fun nodes(values: List<Output<String>>)
@JvmName(name = "mrpruhojueuqxkqv")
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.