Show / Hide Table of Contents

Class CfnDashboardPropsMixin.WordCloudFieldWellsProperty

The field wells of a word cloud visual.

Inheritance
object
CfnDashboardPropsMixin.WordCloudFieldWellsProperty
Implements
CfnDashboardPropsMixin.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.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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-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-dashboard-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-dashboard-wordcloudfieldwells.html#cfn-quicksight-dashboard-wordcloudfieldwells-wordcloudaggregatedfieldwells

Type union: either IResolvable or CfnDashboardPropsMixin.IWordCloudAggregatedFieldWellsProperty

Implements

CfnDashboardPropsMixin.IWordCloudFieldWellsProperty
Back to top Generated by DocFX