Class CfnDashboardPropsMixin.WordCloudFieldWellsProperty
The field wells of a word cloud visual.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.WordCloudFieldWellsProperty : CfnDashboardPropsMixin.IWordCloudFieldWellsProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.WordCloudFieldWellsProperty Implements CfnDashboardPropsMixin.IWordCloudFieldWellsProperty
Remarks
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
ExampleMetadata: fixture=_generated
Synopsis
Constructors
| WordCloudFieldWellsProperty() | The field wells of a word cloud visual. |
Properties
| WordCloudAggregatedFieldWells | The aggregated field wells of a word cloud. |
Constructors
WordCloudFieldWellsProperty()
The field wells of a word cloud visual.
public WordCloudFieldWellsProperty()
Remarks
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
ExampleMetadata: fixture=_generated
Properties
WordCloudAggregatedFieldWells
The aggregated field wells of a word cloud.
public object? WordCloudAggregatedFieldWells { get; set; }