aws-cdk-lib.aws_quicksight.CfnDashboard.WordCloudChartConfigurationProperty

interface WordCloudChartConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.WordCloudChartConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_WordCloudChartConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.WordCloudChartConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.WordCloudChartConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » WordCloudChartConfigurationProperty

The configuration of a word cloud visual.

Example

// The generated example for this type would exceed 500 lines,
// and has been elided for readability.

Properties

NameTypeDescription
categoryLabelOptions?IResolvable | ChartAxisLabelOptionsPropertyThe label options (label text, label visibility, and sort icon visibility) for the word cloud category.
fieldWells?IResolvable | WordCloudFieldWellsPropertyThe field wells of the visual.
sortConfiguration?IResolvable | WordCloudSortConfigurationPropertyThe sort configuration of a word cloud visual.
wordCloudOptions?IResolvable | WordCloudOptionsPropertyThe options for a word cloud visual.

categoryLabelOptions?

Type: IResolvable | ChartAxisLabelOptionsProperty (optional)

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


fieldWells?

Type: IResolvable | WordCloudFieldWellsProperty (optional)

The field wells of the visual.


sortConfiguration?

Type: IResolvable | WordCloudSortConfigurationProperty (optional)

The sort configuration of a word cloud visual.


wordCloudOptions?

Type: IResolvable | WordCloudOptionsProperty (optional)

The options for a word cloud visual.