This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::QuickSight::Analysis WordCloudOptions
The word cloud options for a word cloud visual.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "CloudLayout" :String, "MaximumStringLength" :Number, "WordCasing" :String, "WordOrientation" :String, "WordPadding" :String, "WordScaling" :String}
YAML
CloudLayout:StringMaximumStringLength:NumberWordCasing:StringWordOrientation:StringWordPadding:StringWordScaling:String
Properties
CloudLayout- 
                    
The cloud layout options (fluid, normal) of a word cloud.
Required: No
Type: String
Allowed values:
FLUID | NORMALUpdate requires: No interruption
 MaximumStringLength- 
                    
The length limit of each word from 1-100.
Required: No
Type: Number
Minimum:
1Maximum:
100Update requires: No interruption
 WordCasing- 
                    
The word casing options (lower_case, existing_case) for the words in a word cloud.
Required: No
Type: String
Allowed values:
LOWER_CASE | EXISTING_CASEUpdate requires: No interruption
 WordOrientation- 
                    
The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.
Required: No
Type: String
Allowed values:
HORIZONTAL | HORIZONTAL_AND_VERTICALUpdate requires: No interruption
 WordPadding- 
                    
The word padding options (none, small, medium, large) for the words in a word cloud.
Required: No
Type: String
Allowed values:
NONE | SMALL | MEDIUM | LARGEUpdate requires: No interruption
 WordScaling- 
                    
The word scaling options (emphasize, normal) for the words in a word cloud.
Required: No
Type: String
Allowed values:
EMPHASIZE | NORMALUpdate requires: No interruption