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.WordCloudSortConfiguration

Description

 
Synopsis

Documentation

data WordCloudSortConfiguration Source #

The sort configuration of a word cloud visual.

See: newWordCloudSortConfiguration smart constructor.

Constructors

WordCloudSortConfiguration' 

Fields

Instances

Instances details
FromJSON WordCloudSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudSortConfiguration

ToJSON WordCloudSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudSortConfiguration

Generic WordCloudSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudSortConfiguration

Associated Types

type Rep WordCloudSortConfiguration :: Type -> Type #

Read WordCloudSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudSortConfiguration

Show WordCloudSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudSortConfiguration

NFData WordCloudSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudSortConfiguration

Eq WordCloudSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudSortConfiguration

Hashable WordCloudSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudSortConfiguration

type Rep WordCloudSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WordCloudSortConfiguration

type Rep WordCloudSortConfiguration = D1 ('MetaData "WordCloudSortConfiguration" "Amazonka.QuickSight.Types.WordCloudSortConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "WordCloudSortConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categoryItemsLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ItemsLimitConfiguration)) :*: S1 ('MetaSel ('Just "categorySort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FieldSortOptions]))))

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.