AWS::QuickSight::Template HeatMapSortConfiguration
The sort configuration of a heat map.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "HeatMapColumnItemsLimitConfiguration" :
ItemsLimitConfiguration
, "HeatMapColumnSort" :[ FieldSortOptions, ... ]
, "HeatMapRowItemsLimitConfiguration" :ItemsLimitConfiguration
, "HeatMapRowSort" :[ FieldSortOptions, ... ]
}
YAML
HeatMapColumnItemsLimitConfiguration:
ItemsLimitConfiguration
HeatMapColumnSort:- FieldSortOptions
HeatMapRowItemsLimitConfiguration:ItemsLimitConfiguration
HeatMapRowSort:- FieldSortOptions
Properties
HeatMapColumnItemsLimitConfiguration
-
The limit on the number of columns that are displayed in a heat map.
Required: No
Type: ItemsLimitConfiguration
Update requires: No interruption
HeatMapColumnSort
-
The column sort configuration for heat map for columns that aren't a part of a field well.
Required: No
Type: Array of FieldSortOptions
Minimum:
0
Maximum:
100
Update requires: No interruption
HeatMapRowItemsLimitConfiguration
-
The limit on the number of rows that are displayed in a heat map.
Required: No
Type: ItemsLimitConfiguration
Update requires: No interruption
HeatMapRowSort
-
The field sort configuration of the rows fields.
Required: No
Type: Array of FieldSortOptions
Minimum:
0
Maximum:
100
Update requires: No interruption