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

Description

 
Synopsis

Documentation

data TreeMapVisual Source #

A tree map.

For more information, see Using tree maps in the Amazon QuickSight User Guide.

See: newTreeMapVisual smart constructor.

Constructors

TreeMapVisual' 

Fields

Instances

Instances details
FromJSON TreeMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapVisual

ToJSON TreeMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapVisual

Generic TreeMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapVisual

Associated Types

type Rep TreeMapVisual :: Type -> Type #

Show TreeMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapVisual

NFData TreeMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapVisual

Methods

rnf :: TreeMapVisual -> () #

Eq TreeMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapVisual

Hashable TreeMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapVisual

type Rep TreeMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapVisual

newTreeMapVisual Source #

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

$sel:chartConfiguration:TreeMapVisual', treeMapVisual_chartConfiguration - The configuration settings of the visual.

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

$sel:subtitle:TreeMapVisual', treeMapVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:TreeMapVisual', treeMapVisual_title - The title that is displayed on the visual.

$sel:visualId:TreeMapVisual', treeMapVisual_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..

treeMapVisual_actions :: Lens' TreeMapVisual (Maybe [VisualCustomAction]) Source #

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

treeMapVisual_columnHierarchies :: Lens' TreeMapVisual (Maybe [ColumnHierarchy]) Source #

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

treeMapVisual_subtitle :: Lens' TreeMapVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

treeMapVisual_title :: Lens' TreeMapVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

treeMapVisual_visualId :: Lens' TreeMapVisual 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..