| 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.WordCloudSortConfiguration
Description
Synopsis
- data WordCloudSortConfiguration = WordCloudSortConfiguration' {}
 - newWordCloudSortConfiguration :: WordCloudSortConfiguration
 - wordCloudSortConfiguration_categoryItemsLimit :: Lens' WordCloudSortConfiguration (Maybe ItemsLimitConfiguration)
 - wordCloudSortConfiguration_categorySort :: Lens' WordCloudSortConfiguration (Maybe [FieldSortOptions])
 
Documentation
data WordCloudSortConfiguration Source #
The sort configuration of a word cloud visual.
See: newWordCloudSortConfiguration smart constructor.
Constructors
| WordCloudSortConfiguration' | |
Fields 
  | |
Instances
newWordCloudSortConfiguration :: WordCloudSortConfiguration Source #
Create a value of WordCloudSortConfiguration 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:categoryItemsLimit:WordCloudSortConfiguration', wordCloudSortConfiguration_categoryItemsLimit - The limit on the number of groups that are displayed in a word cloud.
$sel:categorySort:WordCloudSortConfiguration', wordCloudSortConfiguration_categorySort - The sort configuration of group by fields.
wordCloudSortConfiguration_categoryItemsLimit :: Lens' WordCloudSortConfiguration (Maybe ItemsLimitConfiguration) Source #
The limit on the number of groups that are displayed in a word cloud.
wordCloudSortConfiguration_categorySort :: Lens' WordCloudSortConfiguration (Maybe [FieldSortOptions]) Source #
The sort configuration of group by fields.