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 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:ItemsLimitConfigurationHeatMapColumnSort:- FieldSortOptionsHeatMapRowItemsLimitConfiguration:ItemsLimitConfigurationHeatMapRowSort:- 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:
0Maximum:
100Update 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:
0Maximum:
100Update requires: No interruption