amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.WordCloudOptions

Description

 
Synopsis

Documentation

data WordCloudOptions Source #

The word cloud options for a word cloud visual.

See: newWordCloudOptions smart constructor.

Constructors

WordCloudOptions' 

Fields

Instances

Instances details
FromJSON WordCloudOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudOptions

ToJSON WordCloudOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudOptions

Generic WordCloudOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudOptions

Associated Types

type Rep WordCloudOptions :: Type -> Type #

Read WordCloudOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudOptions

Show WordCloudOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudOptions

NFData WordCloudOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudOptions

Methods

rnf :: WordCloudOptions -> () #

Eq WordCloudOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudOptions

Hashable WordCloudOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudOptions

type Rep WordCloudOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudOptions

newWordCloudOptions :: WordCloudOptions Source #

Create a value of WordCloudOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cloudLayout:WordCloudOptions', wordCloudOptions_cloudLayout - The cloud layout options (fluid, normal) of a word cloud.

$sel:maximumStringLength:WordCloudOptions', wordCloudOptions_maximumStringLength - The length limit of each word from 1-100.

$sel:wordCasing:WordCloudOptions', wordCloudOptions_wordCasing - The word casing options (lower_case, existing_case) for the words in a word cloud.

$sel:wordOrientation:WordCloudOptions', wordCloudOptions_wordOrientation - The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.

$sel:wordPadding:WordCloudOptions', wordCloudOptions_wordPadding - The word padding options (none, small, medium, large) for the words in a word cloud.

$sel:wordScaling:WordCloudOptions', wordCloudOptions_wordScaling - The word scaling options (emphasize, normal) for the words in a word cloud.

wordCloudOptions_cloudLayout :: Lens' WordCloudOptions (Maybe WordCloudCloudLayout) Source #

The cloud layout options (fluid, normal) of a word cloud.

wordCloudOptions_maximumStringLength :: Lens' WordCloudOptions (Maybe Natural) Source #

The length limit of each word from 1-100.

wordCloudOptions_wordCasing :: Lens' WordCloudOptions (Maybe WordCloudWordCasing) Source #

The word casing options (lower_case, existing_case) for the words in a word cloud.

wordCloudOptions_wordOrientation :: Lens' WordCloudOptions (Maybe WordCloudWordOrientation) Source #

The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.

wordCloudOptions_wordPadding :: Lens' WordCloudOptions (Maybe WordCloudWordPadding) Source #

The word padding options (none, small, medium, large) for the words in a word cloud.

wordCloudOptions_wordScaling :: Lens' WordCloudOptions (Maybe WordCloudWordScaling) Source #

The word scaling options (emphasize, normal) for the words in a word cloud.