IcebergCatalog
import type { IcebergCatalog } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";The Iceberg catalog details.
interface IcebergCatalog {
catalogType?:
| "CATALOG_TYPE_UNSPECIFIED"
| "GLUE"
| "HADOOP"
| "NESSIE"
| "POLARIS"
| "REST";
glueIcebergCatalog?: GlueIcebergCatalog;
nessieIcebergCatalog?: NessieIcebergCatalog;
polarisIcebergCatalog?: PolarisIcebergCatalog;
restIcebergCatalog?: RestIcebergCatalog;
}§Properties
§
catalogType?: "CATALOG_TYPE_UNSPECIFIED" | "GLUE" | "HADOOP" | "NESSIE" | "POLARIS" | "REST"
[src]Required. The type of Iceberg catalog.
§
glueIcebergCatalog?: GlueIcebergCatalog
[src]The Glue Iceberg catalog.
§
nessieIcebergCatalog?: NessieIcebergCatalog
[src]The Nessie Iceberg catalog.
§
polarisIcebergCatalog?: PolarisIcebergCatalog
[src]The Polaris Iceberg catalog.
§
restIcebergCatalog?: RestIcebergCatalog
[src]The REST Iceberg catalog.