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.4/services/dataexchange.ts?docs=full";

A structure that allows an LF-admin to grant permissions on certain conditions.

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

§Properties

§
TagKey: string
[src]

The key name for the LF-tag.

§
TagValues: string[]
[src]

A list of LF-tag values.