interface TableConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.TableConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_TableConfigurationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.TableConfigurationProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.TableConfigurationProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnDashboard » TableConfigurationProperty |
The configuration for a TableVisual
.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
Name | Type | Description |
---|---|---|
field | IResolvable | Table | The field options for a table visual. |
field | IResolvable | Table | The field wells of the visual. |
interactions? | IResolvable | Visual | The general visual interactions setup for a visual. |
paginated | IResolvable | Table | The paginated report options for a table visual. |
sort | IResolvable | Table | The sort configuration for a TableVisual . |
table | IResolvable | IResolvable | Table [] | A collection of inline visualizations to display within a chart. |
table | IResolvable | Table | The table options for a table visual. |
total | IResolvable | Total | The total options for a table visual. |
fieldOptions?
Type:
IResolvable
|
Table
(optional)
The field options for a table visual.
fieldWells?
Type:
IResolvable
|
Table
(optional)
The field wells of the visual.
interactions?
Type:
IResolvable
|
Visual
(optional)
The general visual interactions setup for a visual.
paginatedReportOptions?
Type:
IResolvable
|
Table
(optional)
The paginated report options for a table visual.
sortConfiguration?
Type:
IResolvable
|
Table
(optional)
The sort configuration for a TableVisual
.
tableInlineVisualizations?
Type:
IResolvable
|
IResolvable
|
Table
[]
(optional)
A collection of inline visualizations to display within a chart.
tableOptions?
Type:
IResolvable
|
Table
(optional)
The table options for a table visual.
totalOptions?
Type:
IResolvable
|
Total
(optional)
The total options for a table visual.