Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DataCatalogSummary

import type { DataCatalogSummary } from "https://aws-api.deno.dev/v0.3/services/athena.ts?docs=full";

The summary information for the data catalog, which includes its name and type.

interface DataCatalogSummary {
CatalogName?: string | null;
Type?: DataCatalogType | null;
}

§Properties

§
CatalogName?: string | null
[src]

The name of the data catalog.

§
Type?: DataCatalogType | null
[src]

The data catalog type.