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 HeatMapConfiguration
The configuration of a heat map.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ColorScale" :ColorScale, "ColumnLabelOptions" :ChartAxisLabelOptions, "DataLabels" :DataLabelOptions, "FieldWells" :HeatMapFieldWells, "Interactions" :VisualInteractionOptions, "Legend" :LegendOptions, "RowLabelOptions" :ChartAxisLabelOptions, "SortConfiguration" :HeatMapSortConfiguration, "Tooltip" :TooltipOptions}
YAML
ColorScale:ColorScaleColumnLabelOptions:ChartAxisLabelOptionsDataLabels:DataLabelOptionsFieldWells:HeatMapFieldWellsInteractions:VisualInteractionOptionsLegend:LegendOptionsRowLabelOptions:ChartAxisLabelOptionsSortConfiguration:HeatMapSortConfigurationTooltip:TooltipOptions
Properties
ColorScale-
The color options (gradient color, point of divergence) in a heat map.
Required: No
Type: ColorScale
Update requires: No interruption
ColumnLabelOptions-
The label options of the column that is displayed in a heat map.
Required: No
Type: ChartAxisLabelOptions
Update requires: No interruption
DataLabels-
The options that determine if visual data labels are displayed.
Required: No
Type: DataLabelOptions
Update requires: No interruption
FieldWells-
The field wells of the visual.
Required: No
Type: HeatMapFieldWells
Update requires: No interruption
Interactions-
The general visual interactions setup for a visual.
Required: No
Type: VisualInteractionOptions
Update requires: No interruption
Legend-
The legend display setup of the visual.
Required: No
Type: LegendOptions
Update requires: No interruption
RowLabelOptions-
The label options of the row that is displayed in a
heat map.Required: No
Type: ChartAxisLabelOptions
Update requires: No interruption
SortConfiguration-
The sort configuration of a heat map.
Required: No
Type: HeatMapSortConfiguration
Update requires: No interruption
Tooltip-
The tooltip display setup of the visual.
Required: No
Type: TooltipOptions
Update requires: No interruption