Class CfnAnalysis.WordCloudFieldWellsProperty
The field wells of a word cloud visual.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysis.WordCloudFieldWellsProperty : CfnAnalysis.IWordCloudFieldWellsProperty
Syntax (vb)
Public Class CfnAnalysis.WordCloudFieldWellsProperty Implements CfnAnalysis.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; }