Data Source: oci_datacatalog_catalog_type

This data source provides details about a specific Catalog Type resource in Oracle Cloud Infrastructure Data Catalog service.

Gets a specific type by key within a data catalog.

Example Usage

data "oci_datacatalog_catalog_type" "test_catalog_type" {
    #Required
    catalog_id = oci_datacatalog_catalog.test_catalog.id
    type_key = var.catalog_type_type_key

    #Optional
    fields = var.catalog_type_fields
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: