

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 WordCloudOptions
<a name="aws-properties-quicksight-template-wordcloudoptions"></a>

The word cloud options for a word cloud visual.

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

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

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

```
{
  "[CloudLayout](#cfn-quicksight-template-wordcloudoptions-cloudlayout)" : String,
  "[MaximumStringLength](#cfn-quicksight-template-wordcloudoptions-maximumstringlength)" : Number,
  "[WordCasing](#cfn-quicksight-template-wordcloudoptions-wordcasing)" : String,
  "[WordOrientation](#cfn-quicksight-template-wordcloudoptions-wordorientation)" : String,
  "[WordPadding](#cfn-quicksight-template-wordcloudoptions-wordpadding)" : String,
  "[WordScaling](#cfn-quicksight-template-wordcloudoptions-wordscaling)" : String
}
```

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

```
  [CloudLayout](#cfn-quicksight-template-wordcloudoptions-cloudlayout): String
  [MaximumStringLength](#cfn-quicksight-template-wordcloudoptions-maximumstringlength): Number
  [WordCasing](#cfn-quicksight-template-wordcloudoptions-wordcasing): String
  [WordOrientation](#cfn-quicksight-template-wordcloudoptions-wordorientation): String
  [WordPadding](#cfn-quicksight-template-wordcloudoptions-wordpadding): String
  [WordScaling](#cfn-quicksight-template-wordcloudoptions-wordscaling): String
```

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

`CloudLayout`  <a name="cfn-quicksight-template-wordcloudoptions-cloudlayout"></a>
The cloud layout options (fluid, normal) of a word cloud.  
*Required*: No  
*Type*: String  
*Allowed values*: `FLUID | NORMAL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MaximumStringLength`  <a name="cfn-quicksight-template-wordcloudoptions-maximumstringlength"></a>
The length limit of each word from 1-100.  
*Required*: No  
*Type*: Number  
*Minimum*: `1`  
*Maximum*: `100`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`WordCasing`  <a name="cfn-quicksight-template-wordcloudoptions-wordcasing"></a>
The word casing options (lower\$1case, existing\$1case) for the words in a word cloud.  
*Required*: No  
*Type*: String  
*Allowed values*: `LOWER_CASE | EXISTING_CASE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`WordOrientation`  <a name="cfn-quicksight-template-wordcloudoptions-wordorientation"></a>
The word orientation options (horizontal, horizontal\$1and\$1vertical) for the words in a word cloud.  
*Required*: No  
*Type*: String  
*Allowed values*: `HORIZONTAL | HORIZONTAL_AND_VERTICAL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`WordPadding`  <a name="cfn-quicksight-template-wordcloudoptions-wordpadding"></a>
The word padding options (none, small, medium, large) for the words in a word cloud.  
*Required*: No  
*Type*: String  
*Allowed values*: `NONE | SMALL | MEDIUM | LARGE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`WordScaling`  <a name="cfn-quicksight-template-wordcloudoptions-wordscaling"></a>
The word scaling options (emphasize, normal) for the words in a word cloud.  
*Required*: No  
*Type*: String  
*Allowed values*: `EMPHASIZE | NORMAL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)