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

Description

 
Synopsis

Documentation

data FilledMapSortConfiguration Source #

The sort configuration of a FilledMapVisual.

See: newFilledMapSortConfiguration smart constructor.

Constructors

FilledMapSortConfiguration' 

Fields

Instances

Instances details
FromJSON FilledMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapSortConfiguration

ToJSON FilledMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapSortConfiguration

Generic FilledMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapSortConfiguration

Associated Types

type Rep FilledMapSortConfiguration :: Type -> Type #

Read FilledMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapSortConfiguration

Show FilledMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapSortConfiguration

NFData FilledMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapSortConfiguration

Eq FilledMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapSortConfiguration

Hashable FilledMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapSortConfiguration

type Rep FilledMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapSortConfiguration

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

newFilledMapSortConfiguration :: FilledMapSortConfiguration Source #

Create a value of FilledMapSortConfiguration 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:categorySort:FilledMapSortConfiguration', filledMapSortConfiguration_categorySort - The sort configuration of the location fields.