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

Description

 
Synopsis

Documentation

data PivotTableSortConfiguration Source #

The sort configuration for a PivotTableVisual.

See: newPivotTableSortConfiguration smart constructor.

Constructors

PivotTableSortConfiguration' 

Fields

Instances

Instances details
FromJSON PivotTableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortConfiguration

ToJSON PivotTableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortConfiguration

Generic PivotTableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortConfiguration

Associated Types

type Rep PivotTableSortConfiguration :: Type -> Type #

Show PivotTableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortConfiguration

NFData PivotTableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortConfiguration

Eq PivotTableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortConfiguration

Hashable PivotTableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortConfiguration

type Rep PivotTableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableSortConfiguration

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

newPivotTableSortConfiguration :: PivotTableSortConfiguration Source #

Create a value of PivotTableSortConfiguration 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:fieldSortOptions:PivotTableSortConfiguration', pivotTableSortConfiguration_fieldSortOptions - The field sort options for a pivot table sort configuration.

pivotTableSortConfiguration_fieldSortOptions :: Lens' PivotTableSortConfiguration (Maybe [PivotFieldSortOptions]) Source #

The field sort options for a pivot table sort configuration.