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

Description

 
Synopsis

Documentation

data WaterfallChartFieldWells Source #

The field well configuration of a waterfall visual.

See: newWaterfallChartFieldWells smart constructor.

Constructors

WaterfallChartFieldWells' 

Fields

Instances

Instances details
FromJSON WaterfallChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartFieldWells

ToJSON WaterfallChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartFieldWells

Generic WaterfallChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartFieldWells

Associated Types

type Rep WaterfallChartFieldWells :: Type -> Type #

Show WaterfallChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartFieldWells

NFData WaterfallChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartFieldWells

Eq WaterfallChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartFieldWells

Hashable WaterfallChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartFieldWells

type Rep WaterfallChartFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallChartFieldWells

type Rep WaterfallChartFieldWells = D1 ('MetaData "WaterfallChartFieldWells" "Amazonka.QuickSight.Types.WaterfallChartFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "WaterfallChartFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "waterfallChartAggregatedFieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WaterfallChartAggregatedFieldWells))))

newWaterfallChartFieldWells :: WaterfallChartFieldWells Source #

Create a value of WaterfallChartFieldWells 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:waterfallChartAggregatedFieldWells:WaterfallChartFieldWells', waterfallChartFieldWells_waterfallChartAggregatedFieldWells - The field well configuration of a waterfall visual.