Show / Hide Table of Contents

Interface CfnDashboard.IWordCloudAggregatedFieldWellsProperty

The aggregated field wells of a word cloud.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDashboard.IWordCloudAggregatedFieldWellsProperty
Syntax (vb)
Public Interface CfnDashboard.IWordCloudAggregatedFieldWellsProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

Properties

GroupBy

The group by field well of a word cloud.

Size

The size field well of a word cloud.

Properties

GroupBy

The group by field well of a word cloud.

object? GroupBy { get; }
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 CfnDashboard.IDimensionFieldProperty)[]

Size

The size field well of a word cloud.

object? Size { get; }
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 CfnDashboard.IMeasureFieldProperty)[]

Back to top Generated by DocFX