

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::Template WordCloudChartConfiguration
<a name="aws-properties-quicksight-template-wordcloudchartconfiguration"></a>

The configuration of a word cloud visual.

## Syntax
<a name="aws-properties-quicksight-template-wordcloudchartconfiguration-syntax"></a>

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

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

```
{
  "[CategoryLabelOptions](#cfn-quicksight-template-wordcloudchartconfiguration-categorylabeloptions)" : ChartAxisLabelOptions,
  "[FieldWells](#cfn-quicksight-template-wordcloudchartconfiguration-fieldwells)" : WordCloudFieldWells,
  "[Interactions](#cfn-quicksight-template-wordcloudchartconfiguration-interactions)" : VisualInteractionOptions,
  "[SortConfiguration](#cfn-quicksight-template-wordcloudchartconfiguration-sortconfiguration)" : WordCloudSortConfiguration,
  "[WordCloudOptions](#cfn-quicksight-template-wordcloudchartconfiguration-wordcloudoptions)" : WordCloudOptions
}
```

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

```
  [CategoryLabelOptions](#cfn-quicksight-template-wordcloudchartconfiguration-categorylabeloptions): 
    ChartAxisLabelOptions
  [FieldWells](#cfn-quicksight-template-wordcloudchartconfiguration-fieldwells): 
    WordCloudFieldWells
  [Interactions](#cfn-quicksight-template-wordcloudchartconfiguration-interactions): 
    VisualInteractionOptions
  [SortConfiguration](#cfn-quicksight-template-wordcloudchartconfiguration-sortconfiguration): 
    WordCloudSortConfiguration
  [WordCloudOptions](#cfn-quicksight-template-wordcloudchartconfiguration-wordcloudoptions): 
    WordCloudOptions
```

## Properties
<a name="aws-properties-quicksight-template-wordcloudchartconfiguration-properties"></a>

`CategoryLabelOptions`  <a name="cfn-quicksight-template-wordcloudchartconfiguration-categorylabeloptions"></a>
The label options (label text, label visibility, and sort icon visibility) for the word cloud category.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-template-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldWells`  <a name="cfn-quicksight-template-wordcloudchartconfiguration-fieldwells"></a>
The field wells of the visual.  
*Required*: No  
*Type*: [WordCloudFieldWells](aws-properties-quicksight-template-wordcloudfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Interactions`  <a name="cfn-quicksight-template-wordcloudchartconfiguration-interactions"></a>
The general visual interactions setup for a visual.  
*Required*: No  
*Type*: [VisualInteractionOptions](aws-properties-quicksight-template-visualinteractionoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SortConfiguration`  <a name="cfn-quicksight-template-wordcloudchartconfiguration-sortconfiguration"></a>
The sort configuration of a word cloud visual.  
*Required*: No  
*Type*: [WordCloudSortConfiguration](aws-properties-quicksight-template-wordcloudsortconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`WordCloudOptions`  <a name="cfn-quicksight-template-wordcloudchartconfiguration-wordcloudoptions"></a>
The options for a word cloud visual.  
*Required*: No  
*Type*: [WordCloudOptions](aws-properties-quicksight-template-wordcloudoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)