interface WordCloudAggregatedFieldWellsProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.WordCloudAggregatedFieldWellsProperty | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_WordCloudAggregatedFieldWellsProperty | 
  Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.WordCloudAggregatedFieldWellsProperty | 
  Python | aws_cdk.aws_quicksight.CfnAnalysis.WordCloudAggregatedFieldWellsProperty | 
  TypeScript  | aws-cdk-lib » aws_quicksight » CfnAnalysis » WordCloudAggregatedFieldWellsProperty | 
The aggregated field wells of a word cloud.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description | 
|---|---|---|
| group | IResolvable | (IResolvable | Dimension)[] | The group by field well of a word cloud. | 
| size? | IResolvable | (IResolvable | Measure)[] | The size field well of a word cloud. | 
groupBy?
Type:
IResolvable | (IResolvable | Dimension)[]
(optional)
The group by field well of a word cloud.
Values are grouped by group by fields.
size?
Type:
IResolvable | (IResolvable | Measure)[]
(optional)
The size field well of a word cloud.
Values are aggregated based on group by fields.

 .NET
 Go
 Java
 Python
 TypeScript