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

CatalogEntry

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

Specifies a table definition in the Glue Data Catalog.

interface CatalogEntry {
DatabaseName: string;
TableName: string;
}

§Properties

§
DatabaseName: string
[src]

The database in which the table metadata resides.

§
TableName: string
[src]

The name of the table in question.