AWS::QuickSight::Template HeatMapAggregatedFieldWells
The aggregated field wells of a heat map.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Columns" :[ DimensionField, ... ], "Rows" :[ DimensionField, ... ], "Values" :[ MeasureField, ... ]}
YAML
Columns:- DimensionFieldRows:- DimensionFieldValues:- MeasureField
Properties
Columns-
The columns field well of a heat map.
Required: No
Type: List of DimensionField
Maximum:
1Update requires: No interruption
Rows-
The rows field well of a heat map.
Required: No
Type: List of DimensionField
Maximum:
1Update requires: No interruption
Values-
The values field well of a heat map.
Required: No
Type: List of MeasureField
Maximum:
1Update requires: No interruption