| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.WordCloudOptions
Description
Synopsis
- data WordCloudOptions = WordCloudOptions' {}
- newWordCloudOptions :: WordCloudOptions
- wordCloudOptions_cloudLayout :: Lens' WordCloudOptions (Maybe WordCloudCloudLayout)
- wordCloudOptions_maximumStringLength :: Lens' WordCloudOptions (Maybe Natural)
- wordCloudOptions_wordCasing :: Lens' WordCloudOptions (Maybe WordCloudWordCasing)
- wordCloudOptions_wordOrientation :: Lens' WordCloudOptions (Maybe WordCloudWordOrientation)
- wordCloudOptions_wordPadding :: Lens' WordCloudOptions (Maybe WordCloudWordPadding)
- wordCloudOptions_wordScaling :: Lens' WordCloudOptions (Maybe WordCloudWordScaling)
Documentation
data WordCloudOptions Source #
The word cloud options for a word cloud visual.
See: newWordCloudOptions smart constructor.
Constructors
| WordCloudOptions' | |
Fields
| |
Instances
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.