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

Description

 
Synopsis

Documentation

data WaterfallVisual Source #

A waterfall chart.

For more information, see Using waterfall charts in the Amazon QuickSight User Guide.

See: newWaterfallVisual smart constructor.

Constructors

WaterfallVisual' 

Fields

Instances

Instances details
FromJSON WaterfallVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallVisual

ToJSON WaterfallVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallVisual

Generic WaterfallVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallVisual

Associated Types

type Rep WaterfallVisual :: Type -> Type #

Show WaterfallVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallVisual

NFData WaterfallVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallVisual

Methods

rnf :: WaterfallVisual -> () #

Eq WaterfallVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallVisual

Hashable WaterfallVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallVisual

type Rep WaterfallVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.WaterfallVisual

newWaterfallVisual Source #

Create a value of WaterfallVisual 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:actions:WaterfallVisual', waterfallVisual_actions - The list of custom actions that are configured for a visual.

$sel:chartConfiguration:WaterfallVisual', waterfallVisual_chartConfiguration - The configuration for a waterfall visual.

$sel:columnHierarchies:WaterfallVisual', waterfallVisual_columnHierarchies - The column hierarchy that is used during drill-downs and drill-ups.

$sel:subtitle:WaterfallVisual', waterfallVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:WaterfallVisual', waterfallVisual_title - The title that is displayed on the visual.

$sel:visualId:WaterfallVisual', waterfallVisual_visualId - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

waterfallVisual_actions :: Lens' WaterfallVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

waterfallVisual_columnHierarchies :: Lens' WaterfallVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

waterfallVisual_subtitle :: Lens' WaterfallVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

waterfallVisual_title :: Lens' WaterfallVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

waterfallVisual_visualId :: Lens' WaterfallVisual Text Source #

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.