GetDataCatalogResult

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

Constructors

Link copied to clipboard
constructor(description: String? = null, parameters: Map<String, String>? = null, tags: List<Tag>? = 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: Map<String, String>? = 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<Tag>? = 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.