GetDataCatalogResult

data class GetDataCatalogResult(val description: String? = null, val parameters: Any? = null, val tags: List<DataCatalogTag>? = null, val type: DataCatalogType? = null)

Constructors

Link copied to clipboard
fun GetDataCatalogResult(description: String? = null, parameters: Any? = null, tags: List<DataCatalogTag>? = null, type: DataCatalogType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

A description of the data catalog to be created.

Link copied to clipboard
val parameters: Any? = null

Specifies the Lambda function or functions to use for creating the data catalog. This is a mapping whose values depend on the catalog type.

Link copied to clipboard
val tags: List<DataCatalogTag>? = null

A list of comma separated tags to add to the data catalog that is created.

Link copied to clipboard
val type: DataCatalogType? = null

The type of data catalog to create: LAMBDA for a federated catalog, GLUE for AWS Glue Catalog, or HIVE for an external hive metastore.