interface DashboardVersionDefinitionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.DashboardVersionDefinitionProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_DashboardVersionDefinitionProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.DashboardVersionDefinitionProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.DashboardVersionDefinitionProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDashboard » DashboardVersionDefinitionProperty |
The contents of a dashboard.
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 identifier declarations. |
| analysis | IResolvable | Analysis | |
| calculated | IResolvable | (IResolvable | Calculated)[] | An array of calculated field definitions for the dashboard. |
| column | IResolvable | (IResolvable | Column)[] | An array of dashboard-level column configurations. |
| filter | IResolvable | (IResolvable | Filter)[] | The filter definitions for a dashboard. |
| options? | IResolvable | Asset | An array of option definitions for a dashboard. |
| parameter | IResolvable | (IResolvable | Parameter)[] | The parameter declarations for a dashboard. |
| sheets? | IResolvable | (IResolvable | Sheet)[] | An array of sheet definitions for a dashboard. |
| static | IResolvable | (IResolvable | Static)[] | The static files for the definition. |
dataSetIdentifierDeclarations
Type:
IResolvable | (IResolvable | Data)[]
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.
analysisDefaults?
Type:
IResolvable | Analysis
(optional)
calculatedFields?
Type:
IResolvable | (IResolvable | Calculated)[]
(optional)
An array of calculated field definitions for the dashboard.
columnConfigurations?
Type:
IResolvable | (IResolvable | Column)[]
(optional)
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.
filterGroups?
Type:
IResolvable | (IResolvable | Filter)[]
(optional)
The filter definitions for a dashboard.
For more information, see Filtering Data in Amazon Quick Sight in the Amazon Quick Suite User Guide .
options?
Type:
IResolvable | Asset
(optional)
An array of option definitions for a dashboard.
parameterDeclarations?
Type:
IResolvable | (IResolvable | Parameter)[]
(optional)
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 Quick Sight in the Amazon Quick Suite User Guide .
sheets?
Type:
IResolvable | (IResolvable | Sheet)[]
(optional)
An array of sheet definitions for a dashboard.
staticFiles?
Type:
IResolvable | (IResolvable | Static)[]
(optional)
The static files for the definition.

.NET
Go
Java
Python
TypeScript