Data Catalog Args
data class DataCatalogArgs(val description: Output<String>? = null, val name: Output<String>? = null, val parameters: Output<Map<String, String>>? = null, val tags: Output<List<TagArgs>>? = null, val type: Output<DataCatalogType>? = null) : ConvertibleToJava<DataCatalogArgs>
Resource schema for AWS::Athena::DataCatalog
Example Usage
Example
No Java example available.
Example
No Java example available.
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.