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

Description

 
Synopsis

Documentation

data FieldSort Source #

The sort configuration for a field in a field well.

See: newFieldSort smart constructor.

Constructors

FieldSort' 

Fields

Instances

Instances details
FromJSON FieldSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSort

ToJSON FieldSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSort

Generic FieldSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSort

Associated Types

type Rep FieldSort :: Type -> Type #

Read FieldSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSort

Show FieldSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSort

NFData FieldSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSort

Methods

rnf :: FieldSort -> () #

Eq FieldSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSort

Hashable FieldSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSort

type Rep FieldSort Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldSort

type Rep FieldSort = D1 ('MetaData "FieldSort" "Amazonka.QuickSight.Types.FieldSort" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FieldSort'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fieldId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "direction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SortDirection)))

newFieldSort Source #

Create a value of FieldSort 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:fieldId:FieldSort', fieldSort_fieldId - The sort configuration target field.

$sel:direction:FieldSort', fieldSort_direction - The sort direction. Choose one of the following options:

  • ASC: Ascending
  • DESC: Descending

fieldSort_fieldId :: Lens' FieldSort Text Source #

The sort configuration target field.

fieldSort_direction :: Lens' FieldSort SortDirection Source #

The sort direction. Choose one of the following options:

  • ASC: Ascending
  • DESC: Descending