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

ColumnLFTag

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

A structure containing the name of a column resource and the LF-tags attached to it.

interface ColumnLFTag {
LFTags?: LFTagPair[] | null;
Name?: string | null;
}

§Properties

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

The LF-tags attached to a column resource.

§
Name?: string | null
[src]

The name of a column resource.