DataCatalogArgs

fun DataCatalogArgs(description: Output<String>? = null, name: Output<String>? = null, parameters: Output<Any>? = null, tags: Output<List<DataCatalogTagArgs>>? = null, type: Output<DataCatalogType>? = null)