Show / Hide Table of Contents

Class CfnDashboardPropsMixin.WordCloudAggregatedFieldWellsProperty

The aggregated field wells of a word cloud.

Inheritance
object
CfnDashboardPropsMixin.WordCloudAggregatedFieldWellsProperty
Implements
CfnDashboardPropsMixin.IWordCloudAggregatedFieldWellsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.WordCloudAggregatedFieldWellsProperty : CfnDashboardPropsMixin.IWordCloudAggregatedFieldWellsProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.WordCloudAggregatedFieldWellsProperty Implements CfnDashboardPropsMixin.IWordCloudAggregatedFieldWellsProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

WordCloudAggregatedFieldWellsProperty()

The aggregated field wells of a word cloud.

Properties

GroupBy

The group by field well of a word cloud.

Size

The size field well of a word cloud.

Constructors

WordCloudAggregatedFieldWellsProperty()

The aggregated field wells of a word cloud.

public WordCloudAggregatedFieldWellsProperty()
Remarks

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

ExampleMetadata: fixture=_generated

Properties

GroupBy

The group by field well of a word cloud.

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

object

Remarks

Values are grouped by group by fields.

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

Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IDimensionFieldProperty)[]

Size

The size field well of a word cloud.

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

object

Remarks

Values are aggregated based on group by fields.

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

Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IMeasureFieldProperty)[]

Implements

CfnDashboardPropsMixin.IWordCloudAggregatedFieldWellsProperty
Back to top Generated by DocFX