catalog

suspend fun catalog(name: String, block: suspend CatalogResourceBuilder.() -> Unit): Catalog

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Catalog.


fun catalog(name: String): Catalog

See also

Parameters

name

The unique name of the resulting resource.