This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::Analysis 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: 0Maximum: 100Update requires: No interruption