interface WordCloudChartConfigurationProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.WordCloudChartConfigurationProperty | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_WordCloudChartConfigurationProperty | 
  Java | software.amazon.awscdk.services.quicksight.CfnTemplate.WordCloudChartConfigurationProperty | 
  Python | aws_cdk.aws_quicksight.CfnTemplate.WordCloudChartConfigurationProperty | 
  TypeScript  | aws-cdk-lib » aws_quicksight » CfnTemplate » WordCloudChartConfigurationProperty | 
The configuration of a word cloud visual.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description | 
|---|---|---|
| category | IResolvable | Chart | The label options (label text, label visibility, and sort icon visibility) for the word cloud category. | 
| field | IResolvable | Word | The field wells of the visual. | 
| interactions? | IResolvable | Visual | The general visual interactions setup for a visual. | 
| sort | IResolvable | Word | The sort configuration of a word cloud visual. | 
| word | IResolvable | Word | The options for a word cloud visual. | 
categoryLabelOptions?
Type:
IResolvable | Chart
(optional)
The label options (label text, label visibility, and sort icon visibility) for the word cloud category.
fieldWells?
Type:
IResolvable | Word
(optional)
The field wells of the visual.
interactions?
Type:
IResolvable | Visual
(optional)
The general visual interactions setup for a visual.
sortConfiguration?
Type:
IResolvable | Word
(optional)
The sort configuration of a word cloud visual.
wordCloudOptions?
Type:
IResolvable | Word
(optional)
The options for a word cloud visual.

 .NET
 Go
 Java
 Python
 TypeScript