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

DashboardVersionDefinition

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

The contents of a dashboard.

interface DashboardVersionDefinition {
AnalysisDefaults?: AnalysisDefaults | null;
CalculatedFields?: CalculatedField[] | null;
ColumnConfigurations?: ColumnConfiguration[] | null;
DataSetIdentifierDeclarations: DataSetIdentifierDeclaration[];
FilterGroups?: FilterGroup[] | null;
ParameterDeclarations?: ParameterDeclaration[] | null;
Sheets?: SheetDefinition[] | null;
}

§Properties

§
AnalysisDefaults?: AnalysisDefaults | null
[src]
§
CalculatedFields?: CalculatedField[] | null
[src]

An array of calculated field definitions for the dashboard.

§
ColumnConfigurations?: ColumnConfiguration[] | null
[src]

An array of dashboard-level column configurations. Column configurations are used to set the default formatting for a column that is used throughout a dashboard.

§
DataSetIdentifierDeclarations: DataSetIdentifierDeclaration[]
[src]

An array of dataset identifier declarations. With this mapping,you can use dataset identifiers instead of dataset Amazon Resource Names (ARNs) throughout the dashboard's sub-structures.

§
FilterGroups?: FilterGroup[] | null
[src]

The filter definitions for a dashboard.

For more information, see Filtering Data in Amazon QuickSight in the Amazon QuickSight User Guide.

§
ParameterDeclarations?: ParameterDeclaration[] | null
[src]

The parameter declarations for a dashboard. Parameters are named variables that can transfer a value for use by an action or an object.

For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide.

§
Sheets?: SheetDefinition[] | null
[src]

An array of sheet definitions for a dashboard.