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

RowLevelPermissionTagRule

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

A set of rules associated with a tag.

interface RowLevelPermissionTagRule {
ColumnName: string;
MatchAllValue?: string | null;
TagKey: string;
TagMultiValueDelimiter?: string | null;
}

§Properties

§
ColumnName: string
[src]

The column name that a tag key is assigned to.

§
MatchAllValue?: string | null
[src]

A string that you want to use to filter by all the values in a column in the dataset and don’t want to list the values one by one. For example, you can use an asterisk as your match all value.

§
TagKey: string
[src]

The unique key for a tag.

§
TagMultiValueDelimiter?: string | null
[src]

A string that you want to use to delimit the values when you pass the values at run time. For example, you can delimit the values with a comma.