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::Dashboard PluginVisualTableQuerySort
The table query sorting options for the plugin visual.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ItemsLimitConfiguration" :PluginVisualItemsLimitConfiguration, "RowSort" :[ FieldSortOptions, ... ]}
Properties
- ItemsLimitConfiguration
- 
                    The maximum amount of data to be returned by a query. Required: No Type: PluginVisualItemsLimitConfiguration Update requires: No interruption 
- RowSort
- 
                    Determines how data is sorted in the response. Required: No Type: Array of FieldSortOptions Minimum: 0Maximum: 100Update requires: No interruption