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

Description

 
Synopsis

Documentation

data BoxPlotSortConfiguration Source #

The sort configuration of a BoxPlotVisual.

See: newBoxPlotSortConfiguration smart constructor.

Constructors

BoxPlotSortConfiguration' 

Fields

Instances

Instances details
FromJSON BoxPlotSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotSortConfiguration

ToJSON BoxPlotSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotSortConfiguration

Generic BoxPlotSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotSortConfiguration

Associated Types

type Rep BoxPlotSortConfiguration :: Type -> Type #

Read BoxPlotSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotSortConfiguration

Show BoxPlotSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotSortConfiguration

NFData BoxPlotSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotSortConfiguration

Eq BoxPlotSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotSortConfiguration

Hashable BoxPlotSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotSortConfiguration

type Rep BoxPlotSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotSortConfiguration

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

newBoxPlotSortConfiguration :: BoxPlotSortConfiguration Source #

Create a value of BoxPlotSortConfiguration 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:categorySort:BoxPlotSortConfiguration', boxPlotSortConfiguration_categorySort - The sort configuration of a group by fields.

$sel:paginationConfiguration:BoxPlotSortConfiguration', boxPlotSortConfiguration_paginationConfiguration - The pagination configuration of a table visual or box plot.