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

RowLevelPermissionTagConfiguration

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

The configuration of tags on a dataset to set row-level security.

interface RowLevelPermissionTagConfiguration {
Status?: Status | null;
}

§Properties

§
Status?: Status | null
[src]

The status of row-level security tags. If enabled, the status is ENABLED. If disabled, the status is DISABLED.

§

A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.