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

GetResourceLFTagsResponse

import type { GetResourceLFTagsResponse } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";
interface GetResourceLFTagsResponse {
LFTagOnDatabase?: LFTagPair[] | null;
LFTagsOnColumns?: ColumnLFTag[] | null;
LFTagsOnTable?: LFTagPair[] | null;
}

§Properties

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

A list of LF-tags applied to a database resource.

§
LFTagsOnColumns?: ColumnLFTag[] | null
[src]

A list of LF-tags applied to a column resource.

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

A list of LF-tags applied to a table resource.