catalogTable

suspend fun catalogTable(name: String, block: suspend CatalogTableResourceBuilder.() -> Unit): CatalogTable

Parameters

name

The unique name of the resulting resource.

block

Builder for CatalogTable.

See also


Parameters

name

The unique name of the resulting resource.

See also