Show / Hide Table of Contents

Interface CfnTemplate.IWordCloudChartConfigurationProperty

The configuration of a word cloud visual.

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

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

ExampleMetadata: fixture=_generated

Synopsis

Properties

CategoryLabelOptions

The label options (label text, label visibility, and sort icon visibility) for the word cloud category.

FieldWells

The field wells of the visual.

Interactions

The general visual interactions setup for a visual.

SortConfiguration

The sort configuration of a word cloud visual.

WordCloudOptions

The options for a word cloud visual.

Properties

CategoryLabelOptions

The label options (label text, label visibility, and sort icon visibility) for the word cloud category.

object? CategoryLabelOptions { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-wordcloudchartconfiguration.html#cfn-quicksight-template-wordcloudchartconfiguration-categorylabeloptions

FieldWells

The field wells of the visual.

object? FieldWells { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-wordcloudchartconfiguration.html#cfn-quicksight-template-wordcloudchartconfiguration-fieldwells

Interactions

The general visual interactions setup for a visual.

object? Interactions { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-wordcloudchartconfiguration.html#cfn-quicksight-template-wordcloudchartconfiguration-interactions

SortConfiguration

The sort configuration of a word cloud visual.

object? SortConfiguration { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-wordcloudchartconfiguration.html#cfn-quicksight-template-wordcloudchartconfiguration-sortconfiguration

WordCloudOptions

The options for a word cloud visual.

object? WordCloudOptions { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-wordcloudchartconfiguration.html#cfn-quicksight-template-wordcloudchartconfiguration-wordcloudoptions

Back to top Generated by DocFX