Data Catalog Args
data class DataCatalogArgs(val description: Output<String>? = null, val name: Output<String>? = null, val parameters: Output<Any>? = null, val tags: Output<List<DataCatalogTagArgs>>? = 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.
Constructors
Link copied to clipboard
fun DataCatalogArgs(description: Output<String>? = null, name: Output<String>? = null, parameters: Output<Any>? = null, tags: Output<List<DataCatalogTagArgs>>? = null, type: Output<DataCatalogType>? = null)