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

Description

 
Synopsis

Documentation

data PivotTableFieldOptions Source #

The field options for a pivot table visual.

See: newPivotTableFieldOptions smart constructor.

Constructors

PivotTableFieldOptions' 

Fields

Instances

Instances details
FromJSON PivotTableFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldOptions

ToJSON PivotTableFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldOptions

Generic PivotTableFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldOptions

Associated Types

type Rep PivotTableFieldOptions :: Type -> Type #

Show PivotTableFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldOptions

NFData PivotTableFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldOptions

Methods

rnf :: PivotTableFieldOptions -> () #

Eq PivotTableFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldOptions

Hashable PivotTableFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldOptions

type Rep PivotTableFieldOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableFieldOptions

type Rep PivotTableFieldOptions = D1 ('MetaData "PivotTableFieldOptions" "Amazonka.QuickSight.Types.PivotTableFieldOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "PivotTableFieldOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataPathOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PivotTableDataPathOption])) :*: S1 ('MetaSel ('Just "selectedFieldOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PivotTableFieldOption]))))

newPivotTableFieldOptions :: PivotTableFieldOptions Source #

Create a value of PivotTableFieldOptions 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:dataPathOptions:PivotTableFieldOptions', pivotTableFieldOptions_dataPathOptions - The data path options for the pivot table field options.

$sel:selectedFieldOptions:PivotTableFieldOptions', pivotTableFieldOptions_selectedFieldOptions - The selected field options for the pivot table field options.

pivotTableFieldOptions_dataPathOptions :: Lens' PivotTableFieldOptions (Maybe [PivotTableDataPathOption]) Source #

The data path options for the pivot table field options.

pivotTableFieldOptions_selectedFieldOptions :: Lens' PivotTableFieldOptions (Maybe [PivotTableFieldOption]) Source #

The selected field options for the pivot table field options.