catalog

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

Parameters

name

The unique name of the resulting resource.

block

Builder for Catalog.

See also


fun catalog(name: String): Catalog

Parameters

name

The unique name of the resulting resource.

See also