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

Description

 
Synopsis

Documentation

data GaugeChartVisual Source #

A gauge chart.

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

See: newGaugeChartVisual smart constructor.

Constructors

GaugeChartVisual' 

Fields

Instances

Instances details
FromJSON GaugeChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartVisual

ToJSON GaugeChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartVisual

Generic GaugeChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartVisual

Associated Types

type Rep GaugeChartVisual :: Type -> Type #

Show GaugeChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartVisual

NFData GaugeChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartVisual

Methods

rnf :: GaugeChartVisual -> () #

Eq GaugeChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartVisual

Hashable GaugeChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartVisual

type Rep GaugeChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GaugeChartVisual

newGaugeChartVisual Source #

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

$sel:chartConfiguration:GaugeChartVisual', gaugeChartVisual_chartConfiguration - The configuration of a GaugeChartVisual.

$sel:conditionalFormatting:GaugeChartVisual', gaugeChartVisual_conditionalFormatting - The conditional formatting of a GaugeChartVisual.

$sel:subtitle:GaugeChartVisual', gaugeChartVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:GaugeChartVisual', gaugeChartVisual_title - The title that is displayed on the visual.

$sel:visualId:GaugeChartVisual', gaugeChartVisual_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.

gaugeChartVisual_actions :: Lens' GaugeChartVisual (Maybe [VisualCustomAction]) Source #

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

gaugeChartVisual_subtitle :: Lens' GaugeChartVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

gaugeChartVisual_title :: Lens' GaugeChartVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

gaugeChartVisual_visualId :: Lens' GaugeChartVisual 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.