kvNamespace

suspend fun kvNamespace(name: String, block: suspend KvNamespaceResourceBuilder.() -> Unit): KvNamespace

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for KvNamespace.


See also

Parameters

name

The unique name of the resulting resource.