interface DashboardVersionDefinitionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnDashboardPropsMixin.DashboardVersionDefinitionProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnDashboardPropsMixin_DashboardVersionDefinitionProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.DashboardVersionDefinitionProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnDashboardPropsMixin.DashboardVersionDefinitionProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnDashboardPropsMixin » 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 |
|---|---|---|
| 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. |
| data | IResolvable | (IResolvable | Data)[] | An array of dataset identifier declarations. |
| 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. |
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.
dataSetIdentifierDeclarations?
Type:
IResolvable | (IResolvable | Data)[]
(optional)
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?
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