Get Data Catalog Result
data class GetDataCatalogResult(val description: String? = null, val parameters: Map<String, String>? = null, val tags: List<Tag>? = null, val type: DataCatalogType? = null)
Properties
Link copied to clipboard
A description of the data catalog to be created.
Link copied to clipboard
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
The type of data catalog to create: LAMBDA for a federated catalog, GLUE for AWS Glue Catalog, or HIVE for an external hive metastore.