

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 BoxPlotAggregatedFieldWells
<a name="aws-properties-quicksight-analysis-boxplotaggregatedfieldwells"></a>

The aggregated field well for a box plot.

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

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

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

```
{
  "[GroupBy](#cfn-quicksight-analysis-boxplotaggregatedfieldwells-groupby)" : [ DimensionField, ... ],
  "[Values](#cfn-quicksight-analysis-boxplotaggregatedfieldwells-values)" : [ MeasureField, ... ]
}
```

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

```
  [GroupBy](#cfn-quicksight-analysis-boxplotaggregatedfieldwells-groupby): 
    - DimensionField
  [Values](#cfn-quicksight-analysis-boxplotaggregatedfieldwells-values): 
    - MeasureField
```

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

`GroupBy`  <a name="cfn-quicksight-analysis-boxplotaggregatedfieldwells-groupby"></a>
The group by field well of a box plot chart. Values are grouped based on group by fields.  
*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-boxplotaggregatedfieldwells-values"></a>
The value field well of a box plot chart. Values are aggregated based on group by fields.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-analysis-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `5`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)