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

TemplateVersionDefinition

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

The detailed definition of a template.

interface TemplateVersionDefinition {
AnalysisDefaults?: AnalysisDefaults | null;
CalculatedFields?: CalculatedField[] | null;
ColumnConfigurations?: ColumnConfiguration[] | null;
DataSetConfigurations: DataSetConfiguration[];
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 template.

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

An array of template-level column configurations. Column configurations are used to set default formatting for a column that's used throughout a template.

§
DataSetConfigurations: DataSetConfiguration[]
[src]

An array of dataset configurations. These configurations define the required columns for each dataset used within a template.

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

Filter definitions for a template.

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

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

An array of parameter declarations for a template.

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 template.