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

Description

 
Synopsis

Documentation

data SankeyDiagramVisual Source #

A sankey diagram.

For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide.

See: newSankeyDiagramVisual smart constructor.

Constructors

SankeyDiagramVisual' 

Fields

Instances

Instances details
FromJSON SankeyDiagramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramVisual

ToJSON SankeyDiagramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramVisual

Generic SankeyDiagramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramVisual

Associated Types

type Rep SankeyDiagramVisual :: Type -> Type #

Show SankeyDiagramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramVisual

NFData SankeyDiagramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramVisual

Methods

rnf :: SankeyDiagramVisual -> () #

Eq SankeyDiagramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramVisual

Hashable SankeyDiagramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramVisual

type Rep SankeyDiagramVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SankeyDiagramVisual

newSankeyDiagramVisual Source #

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

$sel:chartConfiguration:SankeyDiagramVisual', sankeyDiagramVisual_chartConfiguration - The configuration of a sankey diagram.

$sel:subtitle:SankeyDiagramVisual', sankeyDiagramVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:SankeyDiagramVisual', sankeyDiagramVisual_title - The title that is displayed on the visual.

$sel:visualId:SankeyDiagramVisual', sankeyDiagramVisual_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.

sankeyDiagramVisual_actions :: Lens' SankeyDiagramVisual (Maybe [VisualCustomAction]) Source #

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

sankeyDiagramVisual_visualId :: Lens' SankeyDiagramVisual 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.