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

Description

 
Synopsis

Documentation

data TreeMapSortConfiguration Source #

The sort configuration of a tree map.

See: newTreeMapSortConfiguration smart constructor.

Constructors

TreeMapSortConfiguration' 

Fields

Instances

Instances details
FromJSON TreeMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapSortConfiguration

ToJSON TreeMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapSortConfiguration

Generic TreeMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapSortConfiguration

Associated Types

type Rep TreeMapSortConfiguration :: Type -> Type #

Read TreeMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapSortConfiguration

Show TreeMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapSortConfiguration

NFData TreeMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapSortConfiguration

Eq TreeMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapSortConfiguration

Hashable TreeMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapSortConfiguration

type Rep TreeMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapSortConfiguration

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

newTreeMapSortConfiguration :: TreeMapSortConfiguration Source #

Create a value of TreeMapSortConfiguration 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:treeMapGroupItemsLimitConfiguration:TreeMapSortConfiguration', treeMapSortConfiguration_treeMapGroupItemsLimitConfiguration - The limit on the number of groups that are displayed.

$sel:treeMapSort:TreeMapSortConfiguration', treeMapSortConfiguration_treeMapSort - The sort configuration of group by fields.