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

DataSet

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

Dataset.

interface DataSet {
Arn?: string | null;
ColumnGroups?: ColumnGroup[] | null;
ColumnLevelPermissionRules?: ColumnLevelPermissionRule[] | null;
ConsumedSpiceCapacityInBytes?: number | null;
CreatedTime?: Date | number | null;
DataSetId?: string | null;
DataSetUsageConfiguration?: DataSetUsageConfiguration | null;
FieldFolders?: {
[key: string]: FieldFolder | null | undefined;
}
| null;
ImportMode?: DataSetImportMode | null;
LastUpdatedTime?: Date | number | null;
LogicalTableMap?: {
[key: string]: LogicalTable | null | undefined;
}
| null;
Name?: string | null;
OutputColumns?: OutputColumn[] | null;
PhysicalTableMap?: {
[key: string]: PhysicalTable | null | undefined;
}
| null;
RowLevelPermissionDataSet?: RowLevelPermissionDataSet | null;
RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the resource.

§
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).

§
ConsumedSpiceCapacityInBytes?: number | null
[src]

The amount of SPICE capacity used by this dataset. This is 0 if the dataset isn't imported into SPICE.

§
CreatedTime?: Date | number | null
[src]

The time that this dataset was created.

§
DataSetId?: string | null
[src]

The ID of the dataset.

§
DataSetUsageConfiguration?: DataSetUsageConfiguration | null
[src]

The usage configuration to apply to child datasets that reference this dataset as a source.

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

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

§
ImportMode?: DataSetImportMode | null
[src]

A value that indicates whether you want to import the data into SPICE.

§
LastUpdatedTime?: Date | number | null
[src]

The last time that this dataset was updated.

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

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

§
Name?: string | null
[src]

A display name for the dataset.

§
OutputColumns?: OutputColumn[] | null
[src]

The list of columns after all transforms. These columns are available in templates, analyses, and dashboards.

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

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

§
RowLevelPermissionDataSet?: RowLevelPermissionDataSet | null
[src]

The row-level security configuration for the dataset.

§
RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration | null
[src]

The element you can use to define tags for row-level security.