aws-cdk-lib.aws_quicksight.CfnDashboard.TableConfigurationProperty

interface TableConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.TableConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_TableConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.TableConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.TableConfigurationProperty
TypeScript 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

NameTypeDescription
fieldOptions?IResolvable | TableFieldOptionsPropertyThe field options for a table visual.
fieldWells?IResolvable | TableFieldWellsPropertyThe field wells of the visual.
paginatedReportOptions?IResolvable | TablePaginatedReportOptionsPropertyThe paginated report options for a table visual.
sortConfiguration?IResolvable | TableSortConfigurationPropertyThe sort configuration for a TableVisual .
tableInlineVisualizations?IResolvable | IResolvable | TableInlineVisualizationProperty[]A collection of inline visualizations to display within a chart.
tableOptions?IResolvable | TableOptionsPropertyThe table options for a table visual.
totalOptions?IResolvable | TotalOptionsPropertyThe total options for a table visual.

fieldOptions?

Type: IResolvable | TableFieldOptionsProperty (optional)

The field options for a table visual.


fieldWells?

Type: IResolvable | TableFieldWellsProperty (optional)

The field wells of the visual.


paginatedReportOptions?

Type: IResolvable | TablePaginatedReportOptionsProperty (optional)

The paginated report options for a table visual.


sortConfiguration?

Type: IResolvable | TableSortConfigurationProperty (optional)

The sort configuration for a TableVisual .


tableInlineVisualizations?

Type: IResolvable | IResolvable | TableInlineVisualizationProperty[] (optional)

A collection of inline visualizations to display within a chart.


tableOptions?

Type: IResolvable | TableOptionsProperty (optional)

The table options for a table visual.


totalOptions?

Type: IResolvable | TotalOptionsProperty (optional)

The total options for a table visual.