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-gyr5wj9zj0fg.deno.dev/v0.2/services/quicksight.ts";
interface RowLevelPermissionTagRule {
ColumnName: string;
MatchAllValue?: string | null;
TagKey: string;
TagMultiValueDelimiter?: string | null;
}

§Properties

§
ColumnName: string
[src]
§
MatchAllValue?: string | null
[src]
§
TagKey: string
[src]
§
TagMultiValueDelimiter?: string | null
[src]