

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::QuickSight::Analysis HeatMapAggregatedFieldWells
<a name="aws-properties-quicksight-analysis-heatmapaggregatedfieldwells"></a>

The aggregated field wells of a heat map.

## Syntax
<a name="aws-properties-quicksight-analysis-heatmapaggregatedfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-analysis-heatmapaggregatedfieldwells-syntax.json"></a>

```
{
  "[Columns](#cfn-quicksight-analysis-heatmapaggregatedfieldwells-columns)" : {{[ DimensionField, ... ]}},
  "[Rows](#cfn-quicksight-analysis-heatmapaggregatedfieldwells-rows)" : {{[ DimensionField, ... ]}},
  "[Values](#cfn-quicksight-analysis-heatmapaggregatedfieldwells-values)" : {{[ MeasureField, ... ]}}
}
```

### YAML
<a name="aws-properties-quicksight-analysis-heatmapaggregatedfieldwells-syntax.yaml"></a>

```
  [Columns](#cfn-quicksight-analysis-heatmapaggregatedfieldwells-columns): {{
    - DimensionField}}
  [Rows](#cfn-quicksight-analysis-heatmapaggregatedfieldwells-rows): {{
    - DimensionField}}
  [Values](#cfn-quicksight-analysis-heatmapaggregatedfieldwells-values): {{
    - MeasureField}}
```

## Properties
<a name="aws-properties-quicksight-analysis-heatmapaggregatedfieldwells-properties"></a>

`Columns`  <a name="cfn-quicksight-analysis-heatmapaggregatedfieldwells-columns"></a>
The columns field well of a heat map.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-analysis-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Rows`  <a name="cfn-quicksight-analysis-heatmapaggregatedfieldwells-rows"></a>
The rows field well of a heat map.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-analysis-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Values`  <a name="cfn-quicksight-analysis-heatmapaggregatedfieldwells-values"></a>
The values field well of a heat map.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-analysis-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)