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

SearchDatabasesByLFTagsResponse

import type { SearchDatabasesByLFTagsResponse } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";
interface SearchDatabasesByLFTagsResponse {
DatabaseList?: TaggedDatabase[] | null;
NextToken?: string | null;
}

§Properties

§
DatabaseList?: TaggedDatabase[] | null
[src]

A list of databases that meet the LF-tag conditions.

§
NextToken?: string | null
[src]

A continuation token, present if the current list segment is not the last.