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

LFTag

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

A structure that allows an admin to grant user permissions on certain conditions. For example, granting a role access to all columns that do not have the LF-tag 'PII' in tables that have the LF-tag 'Prod'.

interface LFTag {
TagKey: string;
TagValues: string[];
}

§Properties

§
TagKey: string
[src]

The key-name for the LF-tag.

§
TagValues: string[]
[src]

A list of possible values an attribute can take.