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

DatabaseResource

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

A structure for the database object.

interface DatabaseResource {
CatalogId?: string | null;
Name: string;
}

§Properties

§
CatalogId?: string | null
[src]

The identifier for the Data Catalog. By default, it is the account ID of the caller.

§
Name: string
[src]

The name of the database resource. Unique to the Data Catalog.