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

DynamicDefaultValue

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

Defines different defaults to the users or groups based on mapping.

interface DynamicDefaultValue {
DefaultValueColumn: ColumnIdentifier;
GroupNameColumn?: ColumnIdentifier | null;
UserNameColumn?: ColumnIdentifier | null;
}

§Properties

§
DefaultValueColumn: ColumnIdentifier
[src]

The column that contains the default value of each user or group.

§
GroupNameColumn?: ColumnIdentifier | null
[src]

The column that contains the group name.

§
UserNameColumn?: ColumnIdentifier | null
[src]

The column that contains the username.