interface TableVisualProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.TableVisualProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_TableVisualProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.TableVisualProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.TableVisualProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDashboard » TableVisualProperty |
A table visual.
For more information, see Using tables as visuals in the Amazon QuickSight User Guide .
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
Name | Type | Description |
---|---|---|
visual | string | The unique identifier of a visual. |
actions? | IResolvable | IResolvable | Visual [] | The list of custom actions that are configured for a visual. |
chart | IResolvable | Table | The configuration settings of the visual. |
conditional | IResolvable | Table | The conditional formatting for a PivotTableVisual . |
subtitle? | IResolvable | Visual | The subtitle that is displayed on the visual. |
title? | IResolvable | Visual | The title that is displayed on the visual. |
visualId
Type:
string
The unique identifier of a visual.
This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
actions?
Type:
IResolvable
|
IResolvable
|
Visual
[]
(optional)
The list of custom actions that are configured for a visual.
chartConfiguration?
Type:
IResolvable
|
Table
(optional)
The configuration settings of the visual.
conditionalFormatting?
Type:
IResolvable
|
Table
(optional)
The conditional formatting for a PivotTableVisual
.
subtitle?
Type:
IResolvable
|
Visual
(optional)
The subtitle that is displayed on the visual.
title?
Type:
IResolvable
|
Visual
(optional)
The title that is displayed on the visual.