The word cloud options for a word cloud visual.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"CloudLayout" : String
,
"MaximumStringLength" : Number
,
"WordCasing" : String
,
"WordOrientation" : String
,
"WordPadding" : String
,
"WordScaling" : String
}
YAML
CloudLayout: String
MaximumStringLength: Number
WordCasing: String
WordOrientation: String
WordPadding: String
WordScaling: String
Properties
CloudLayout
-
The cloud layout options (fluid, normal) of a word cloud.
Required: No
Type: String
Allowed values:
FLUID | NORMAL
Update requires: No interruption
MaximumStringLength
-
The length limit of each word from 1-100.
Required: No
Type: Number
Minimum:
1
Maximum:
100
Update 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_CASE
Update 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_VERTICAL
Update 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 | LARGE
Update requires: No interruption
WordScaling
-
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