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

TaggedDatabase

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

A structure describing a database resource with LF-tags.

interface TaggedDatabase {
Database?: DatabaseResource | null;
LFTags?: LFTagPair[] | null;
}

§Properties

§
Database?: DatabaseResource | null
[src]

A database that has LF-tags attached to it.

§
LFTags?: LFTagPair[] | null
[src]

A list of LF-tags attached to the database.