Class CfnDashboardPropsMixin.WordCloudAggregatedFieldWellsProperty
The aggregated field wells of a word cloud.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.WordCloudAggregatedFieldWellsProperty : CfnDashboardPropsMixin.IWordCloudAggregatedFieldWellsProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.WordCloudAggregatedFieldWellsProperty Implements CfnDashboardPropsMixin.IWordCloudAggregatedFieldWellsProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
| WordCloudAggregatedFieldWellsProperty() | The aggregated field wells of a word cloud. |
Properties
| GroupBy | The group by field well of a word cloud. |
| Size | The size field well of a word cloud. |
Constructors
WordCloudAggregatedFieldWellsProperty()
The aggregated field wells of a word cloud.
public WordCloudAggregatedFieldWellsProperty()
Remarks
ExampleMetadata: fixture=_generated
Properties
GroupBy
The group by field well of a word cloud.
public object? GroupBy { get; set; }
Property Value
Remarks
Values are grouped by group by fields.
Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IDimensionFieldProperty)[]
Size
The size field well of a word cloud.
public object? Size { get; set; }
Property Value
Remarks
Values are aggregated based on group by fields.
Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IMeasureFieldProperty)[]