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

Description

 
Synopsis

Documentation

data KPISortConfiguration Source #

The sort configuration of a KPI visual.

See: newKPISortConfiguration smart constructor.

Constructors

KPISortConfiguration' 

Fields

Instances

Instances details
FromJSON KPISortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPISortConfiguration

ToJSON KPISortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPISortConfiguration

Generic KPISortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPISortConfiguration

Associated Types

type Rep KPISortConfiguration :: Type -> Type #

Read KPISortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPISortConfiguration

Show KPISortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPISortConfiguration

NFData KPISortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPISortConfiguration

Methods

rnf :: KPISortConfiguration -> () #

Eq KPISortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPISortConfiguration

Hashable KPISortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPISortConfiguration

type Rep KPISortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPISortConfiguration

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

newKPISortConfiguration :: KPISortConfiguration Source #

Create a value of KPISortConfiguration 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:trendGroupSort:KPISortConfiguration', kPISortConfiguration_trendGroupSort - The sort configuration of the trend group fields.

kPISortConfiguration_trendGroupSort :: Lens' KPISortConfiguration (Maybe [FieldSortOptions]) Source #

The sort configuration of the trend group fields.