AWS::QuickSight::Dashboard TableSortConfiguration
The sort configuration for a TableVisual
.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "PaginationConfiguration" :
PaginationConfiguration
, "RowSort" :[ FieldSortOptions, ... ]
}
Properties
PaginationConfiguration
-
The pagination configuration (page size, page number) for the table.
Required: No
Type: PaginationConfiguration
Update requires: No interruption
RowSort
-
The field sort options for rows in the table.
Required: No
Type: Array of FieldSortOptions
Minimum:
0
Maximum:
100
Update requires: No interruption