Show / Hide Table of Contents

Class CfnAnalysis.WordCloudFieldWellsProperty

The field wells of a word cloud visual.

Inheritance
object
CfnAnalysis.WordCloudFieldWellsProperty
Implements
CfnAnalysis.IWordCloudFieldWellsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-wordcloudfieldwells.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-wordcloudfieldwells.html

ExampleMetadata: fixture=_generated

Properties

WordCloudAggregatedFieldWells

The aggregated field wells of a word cloud.

public object? WordCloudAggregatedFieldWells { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-wordcloudfieldwells.html#cfn-quicksight-analysis-wordcloudfieldwells-wordcloudaggregatedfieldwells

Implements

CfnAnalysis.IWordCloudFieldWellsProperty
Back to top Generated by DocFX