AWS::QuickSight::Dashboard WordCloudChartConfiguration
The configuration of a word cloud visual.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CategoryLabelOptions" :
ChartAxisLabelOptions
, "FieldWells" :WordCloudFieldWells
, "SortConfiguration" :WordCloudSortConfiguration
, "WordCloudOptions" :WordCloudOptions
}
YAML
CategoryLabelOptions:
ChartAxisLabelOptions
FieldWells:WordCloudFieldWells
SortConfiguration:WordCloudSortConfiguration
WordCloudOptions:WordCloudOptions
Properties
CategoryLabelOptions
-
The label options (label text, label visibility, and sort icon visibility) for the word cloud category.
Required: No
Type: ChartAxisLabelOptions
Update requires: No interruption
FieldWells
-
The field wells of the visual.
Required: No
Type: WordCloudFieldWells
Update requires: No interruption
SortConfiguration
-
The sort configuration of a word cloud visual.
Required: No
Type: WordCloudSortConfiguration
Update requires: No interruption
WordCloudOptions
-
The options for a word cloud visual.
Required: No
Type: WordCloudOptions
Update requires: No interruption