interface TableConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.TableConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_TableConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.TableConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.TableConfigurationProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnTemplate » 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.

.NET
Go
Java
Python
TypeScript