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

Description

 
Synopsis

Documentation

data WaterfallChartSortConfiguration Source #

The sort configuration of a waterfall visual.

See: newWaterfallChartSortConfiguration smart constructor.

Constructors

WaterfallChartSortConfiguration' 

Fields

Instances

Instances details
FromJSON WaterfallChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartSortConfiguration

ToJSON WaterfallChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartSortConfiguration

Generic WaterfallChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartSortConfiguration

Associated Types

type Rep WaterfallChartSortConfiguration :: Type -> Type #

Read WaterfallChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartSortConfiguration

Show WaterfallChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartSortConfiguration

NFData WaterfallChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartSortConfiguration

Eq WaterfallChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartSortConfiguration

Hashable WaterfallChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartSortConfiguration

type Rep WaterfallChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartSortConfiguration

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

newWaterfallChartSortConfiguration :: WaterfallChartSortConfiguration Source #

Create a value of WaterfallChartSortConfiguration 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:breakdownItemsLimit:WaterfallChartSortConfiguration', waterfallChartSortConfiguration_breakdownItemsLimit - The limit on the number of bar groups that are displayed.

$sel:categorySort:WaterfallChartSortConfiguration', waterfallChartSortConfiguration_categorySort - The sort configuration of the category fields.