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

Description

 
Synopsis

Documentation

data HeatMapVisual Source #

A heat map.

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

See: newHeatMapVisual smart constructor.

Constructors

HeatMapVisual' 

Fields

Instances

Instances details
FromJSON HeatMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapVisual

ToJSON HeatMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapVisual

Generic HeatMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapVisual

Associated Types

type Rep HeatMapVisual :: Type -> Type #

Show HeatMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapVisual

NFData HeatMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapVisual

Methods

rnf :: HeatMapVisual -> () #

Eq HeatMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapVisual

Hashable HeatMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapVisual

type Rep HeatMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapVisual

newHeatMapVisual Source #

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

$sel:chartConfiguration:HeatMapVisual', heatMapVisual_chartConfiguration - The configuration of a heat map.

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

$sel:subtitle:HeatMapVisual', heatMapVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:HeatMapVisual', heatMapVisual_title - The title that is displayed on the visual.

$sel:visualId:HeatMapVisual', heatMapVisual_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.

heatMapVisual_actions :: Lens' HeatMapVisual (Maybe [VisualCustomAction]) Source #

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

heatMapVisual_columnHierarchies :: Lens' HeatMapVisual (Maybe [ColumnHierarchy]) Source #

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

heatMapVisual_subtitle :: Lens' HeatMapVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

heatMapVisual_title :: Lens' HeatMapVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

heatMapVisual_visualId :: Lens' HeatMapVisual 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.