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

DatabaseIdentifier

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

A structure that describes a target database for resource linking.

interface DatabaseIdentifier {
CatalogId?: string | null;
DatabaseName?: string | null;
}

§Properties

§
CatalogId?: string | null
[src]

The ID of the Data Catalog in which the database resides.

§
DatabaseName?: string | null
[src]

The name of the catalog database.