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