

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

The aggregated field wells of a word cloud.

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

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

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

```
{
  "[GroupBy](#cfn-quicksight-analysis-wordcloudaggregatedfieldwells-groupby)" : {{[ DimensionField, ... ]}},
  "[Size](#cfn-quicksight-analysis-wordcloudaggregatedfieldwells-size)" : {{[ MeasureField, ... ]}}
}
```

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

```
  [GroupBy](#cfn-quicksight-analysis-wordcloudaggregatedfieldwells-groupby): {{
    - DimensionField}}
  [Size](#cfn-quicksight-analysis-wordcloudaggregatedfieldwells-size): {{
    - MeasureField}}
```

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

`GroupBy`  <a name="cfn-quicksight-analysis-wordcloudaggregatedfieldwells-groupby"></a>
The group by field well of a word cloud. Values are grouped by group by fields.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-analysis-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Size`  <a name="cfn-quicksight-analysis-wordcloudaggregatedfieldwells-size"></a>
The size field well of a word cloud. Values are aggregated based on group by fields.  
*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)