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

Description

 
Synopsis

Documentation

data HeatMapSortConfiguration Source #

The sort configuration of a heat map.

See: newHeatMapSortConfiguration smart constructor.

Constructors

HeatMapSortConfiguration' 

Fields

Instances

Instances details
FromJSON HeatMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapSortConfiguration

ToJSON HeatMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapSortConfiguration

Generic HeatMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapSortConfiguration

Associated Types

type Rep HeatMapSortConfiguration :: Type -> Type #

Read HeatMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapSortConfiguration

Show HeatMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapSortConfiguration

NFData HeatMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapSortConfiguration

Eq HeatMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapSortConfiguration

Hashable HeatMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapSortConfiguration

type Rep HeatMapSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapSortConfiguration

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

newHeatMapSortConfiguration :: HeatMapSortConfiguration Source #

Create a value of HeatMapSortConfiguration 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:heatMapColumnItemsLimitConfiguration:HeatMapSortConfiguration', heatMapSortConfiguration_heatMapColumnItemsLimitConfiguration - The limit on the number of columns that are displayed in a heat map.

$sel:heatMapColumnSort:HeatMapSortConfiguration', heatMapSortConfiguration_heatMapColumnSort - The column sort configuration for heat map for columns that aren't a part of a field well.

$sel:heatMapRowItemsLimitConfiguration:HeatMapSortConfiguration', heatMapSortConfiguration_heatMapRowItemsLimitConfiguration - The limit on the number of rows that are displayed in a heat map.

$sel:heatMapRowSort:HeatMapSortConfiguration', heatMapSortConfiguration_heatMapRowSort - The field sort configuration of the rows fields.

heatMapSortConfiguration_heatMapColumnSort :: Lens' HeatMapSortConfiguration (Maybe [FieldSortOptions]) Source #

The column sort configuration for heat map for columns that aren't a part of a field well.