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

Description

 
Synopsis

Documentation

data ScatterPlotVisual Source #

A scatter plot.

For more information, see Using scatter plots in the Amazon QuickSight User Guide.

See: newScatterPlotVisual smart constructor.

Constructors

ScatterPlotVisual' 

Fields

Instances

Instances details
FromJSON ScatterPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotVisual

ToJSON ScatterPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotVisual

Generic ScatterPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotVisual

Associated Types

type Rep ScatterPlotVisual :: Type -> Type #

Show ScatterPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotVisual

NFData ScatterPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotVisual

Methods

rnf :: ScatterPlotVisual -> () #

Eq ScatterPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotVisual

Hashable ScatterPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotVisual

type Rep ScatterPlotVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ScatterPlotVisual

newScatterPlotVisual Source #

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

$sel:chartConfiguration:ScatterPlotVisual', scatterPlotVisual_chartConfiguration - The configuration settings of the visual.

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

$sel:subtitle:ScatterPlotVisual', scatterPlotVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:ScatterPlotVisual', scatterPlotVisual_title - The title that is displayed on the visual.

$sel:visualId:ScatterPlotVisual', scatterPlotVisual_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.

scatterPlotVisual_actions :: Lens' ScatterPlotVisual (Maybe [VisualCustomAction]) Source #

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

scatterPlotVisual_columnHierarchies :: Lens' ScatterPlotVisual (Maybe [ColumnHierarchy]) Source #

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

scatterPlotVisual_visualId :: Lens' ScatterPlotVisual 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.