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

Description

 
Synopsis

Documentation

data ComboChartSortConfiguration Source #

The sort configuration of a ComboChartVisual.

See: newComboChartSortConfiguration smart constructor.

Constructors

ComboChartSortConfiguration' 

Fields

Instances

Instances details
FromJSON ComboChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartSortConfiguration

ToJSON ComboChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartSortConfiguration

Generic ComboChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartSortConfiguration

Associated Types

type Rep ComboChartSortConfiguration :: Type -> Type #

Read ComboChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartSortConfiguration

Show ComboChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartSortConfiguration

NFData ComboChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartSortConfiguration

Eq ComboChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartSortConfiguration

Hashable ComboChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartSortConfiguration

type Rep ComboChartSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ComboChartSortConfiguration

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

newComboChartSortConfiguration :: ComboChartSortConfiguration Source #

Create a value of ComboChartSortConfiguration 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:categoryItemsLimit:ComboChartSortConfiguration', comboChartSortConfiguration_categoryItemsLimit - The item limit configuration for the category field well of a combo chart.

$sel:categorySort:ComboChartSortConfiguration', comboChartSortConfiguration_categorySort - The sort configuration of the category field well in a combo chart.

$sel:colorItemsLimit:ComboChartSortConfiguration', comboChartSortConfiguration_colorItemsLimit - The item limit configuration of the color field well in a combo chart.

$sel:colorSort:ComboChartSortConfiguration', comboChartSortConfiguration_colorSort - The sort configuration of the color field well in a combo chart.

comboChartSortConfiguration_categoryItemsLimit :: Lens' ComboChartSortConfiguration (Maybe ItemsLimitConfiguration) Source #

The item limit configuration for the category field well of a combo chart.

comboChartSortConfiguration_categorySort :: Lens' ComboChartSortConfiguration (Maybe [FieldSortOptions]) Source #

The sort configuration of the category field well in a combo chart.

comboChartSortConfiguration_colorItemsLimit :: Lens' ComboChartSortConfiguration (Maybe ItemsLimitConfiguration) Source #

The item limit configuration of the color field well in a combo chart.

comboChartSortConfiguration_colorSort :: Lens' ComboChartSortConfiguration (Maybe [FieldSortOptions]) Source #

The sort configuration of the color field well in a combo chart.