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

SessionTag

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

The key-value pair used for the row-level security tags feature.

interface SessionTag {
Key: string;
Value: string;
}

§Properties

§
Key: string
[src]

The key for the tag.

§
Value: string
[src]

The value that you want to assign the tag.