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

Description

 
Synopsis

Documentation

data TableSortConfiguration Source #

The sort configuration for a TableVisual.

See: newTableSortConfiguration smart constructor.

Constructors

TableSortConfiguration' 

Fields

Instances

Instances details
FromJSON TableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSortConfiguration

ToJSON TableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSortConfiguration

Generic TableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSortConfiguration

Associated Types

type Rep TableSortConfiguration :: Type -> Type #

Read TableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSortConfiguration

Show TableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSortConfiguration

NFData TableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSortConfiguration

Methods

rnf :: TableSortConfiguration -> () #

Eq TableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSortConfiguration

Hashable TableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSortConfiguration

type Rep TableSortConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableSortConfiguration

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

newTableSortConfiguration :: TableSortConfiguration Source #

Create a value of TableSortConfiguration 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:paginationConfiguration:TableSortConfiguration', tableSortConfiguration_paginationConfiguration - The pagination configuration (page size, page number) for the table.

$sel:rowSort:TableSortConfiguration', tableSortConfiguration_rowSort - The field sort options for rows in the table.

tableSortConfiguration_paginationConfiguration :: Lens' TableSortConfiguration (Maybe PaginationConfiguration) Source #

The pagination configuration (page size, page number) for the table.

tableSortConfiguration_rowSort :: Lens' TableSortConfiguration (Maybe [FieldSortOptions]) Source #

The field sort options for rows in the table.