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" :Double, "WordCasing" :String, "WordOrientation" :String, "WordPadding" :String, "WordScaling" :String}
YAML
CloudLayout:StringMaximumStringLength:DoubleWordCasing: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: Double
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:
EXISTING_CASE | LOWER_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:
LARGE | MEDIUM | NONE | SMALLUpdate 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