interface TemplateVersionDefinitionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.TemplateVersionDefinitionProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_TemplateVersionDefinitionProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.TemplateVersionDefinitionProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.TemplateVersionDefinitionProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnTemplate » TemplateVersionDefinitionProperty |
The detailed definition of a template.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| data | IResolvable | (IResolvable | Data)[] | An array of dataset configurations. |
| analysis | IResolvable | Analysis | |
| calculated | IResolvable | (IResolvable | Calculated)[] | An array of calculated field definitions for the template. |
| column | IResolvable | (IResolvable | Column)[] | An array of template-level column configurations. |
| filter | IResolvable | (IResolvable | Filter)[] | Filter definitions for a template. |
| options? | IResolvable | Asset | An array of option definitions for a template. |
| parameter | IResolvable | (IResolvable | Parameter)[] | An array of parameter declarations for a template. |
| query | IResolvable | Query | |
| sheets? | IResolvable | (IResolvable | Sheet)[] | An array of sheet definitions for a template. |
dataSetConfigurations
Type:
IResolvable | (IResolvable | Data)[]
An array of dataset configurations.
These configurations define the required columns for each dataset used within a template.
analysisDefaults?
Type:
IResolvable | Analysis
(optional)
calculatedFields?
Type:
IResolvable | (IResolvable | Calculated)[]
(optional)
An array of calculated field definitions for the template.
columnConfigurations?
Type:
IResolvable | (IResolvable | Column)[]
(optional)
An array of template-level column configurations.
Column configurations are used to set default formatting for a column that's used throughout a template.
filterGroups?
Type:
IResolvable | (IResolvable | Filter)[]
(optional)
Filter definitions for a template.
For more information, see Filtering Data in the Amazon Quick Suite User Guide .
options?
Type:
IResolvable | Asset
(optional)
An array of option definitions for a template.
parameterDeclarations?
Type:
IResolvable | (IResolvable | Parameter)[]
(optional)
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 Quick Sight in the Amazon Quick Suite User Guide .
queryExecutionOptions?
Type:
IResolvable | Query
(optional)
sheets?
Type:
IResolvable | (IResolvable | Sheet)[]
(optional)
An array of sheet definitions for a template.

.NET
Go
Java
Python
TypeScript