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

UpdateDataSetRequest

import type { UpdateDataSetRequest } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface UpdateDataSetRequest {
AwsAccountId: string;
ColumnGroups?: ColumnGroup[] | null;
ColumnLevelPermissionRules?: ColumnLevelPermissionRule[] | null;
DataSetId: string;
DataSetUsageConfiguration?: DataSetUsageConfiguration | null;
FieldFolders?: {
[key: string]: FieldFolder | null | undefined;
}
| null;
ImportMode: DataSetImportMode;
LogicalTableMap?: {
[key: string]: LogicalTable | null | undefined;
}
| null;
Name: string;
PhysicalTableMap: {
[key: string]: PhysicalTable | null | undefined;
}
;
RowLevelPermissionDataSet?: RowLevelPermissionDataSet | null;
RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration | null;
}

§Properties

§
AwsAccountId: string
[src]

The Amazon Web Services account ID.

§
ColumnGroups?: ColumnGroup[] | null
[src]

Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.

§
ColumnLevelPermissionRules?: ColumnLevelPermissionRule[] | null
[src]

A set of one or more definitions of a [ColumnLevelPermissionRule](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ColumnLevelPermissionRule.html).

§
DataSetId: string
[src]

The ID for the dataset that you want to update. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

§
DataSetUsageConfiguration?: DataSetUsageConfiguration | null
[src]
§
FieldFolders?: {
[key: string]: FieldFolder | null | undefined;
}
| null
[src]

The folder that contains fields and nested subfolders for your dataset.

§

Indicates whether you want to import the data into SPICE.

§
LogicalTableMap?: {
[key: string]: LogicalTable | null | undefined;
}
| null
[src]

Configures the combination and transformation of the data from the physical tables.

§
Name: string
[src]

The display name for the dataset.

§
PhysicalTableMap: {
[key: string]: PhysicalTable | null | undefined;
}
[src]

Declares the physical tables that are available in the underlying data sources.

§
RowLevelPermissionDataSet?: RowLevelPermissionDataSet | null
[src]

The row-level security configuration for the data you want to create.

§
RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration | null
[src]

The configuration of tags on a dataset to set row-level security. Row-level security tags are currently supported for anonymous embedding only.