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

Description

 
Synopsis

Documentation

data HeatMapConfiguration Source #

The configuration of a heat map.

See: newHeatMapConfiguration smart constructor.

Constructors

HeatMapConfiguration' 

Fields

Instances

Instances details
FromJSON HeatMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapConfiguration

ToJSON HeatMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapConfiguration

Generic HeatMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapConfiguration

Associated Types

type Rep HeatMapConfiguration :: Type -> Type #

Show HeatMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapConfiguration

NFData HeatMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapConfiguration

Methods

rnf :: HeatMapConfiguration -> () #

Eq HeatMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapConfiguration

Hashable HeatMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapConfiguration

type Rep HeatMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapConfiguration

newHeatMapConfiguration :: HeatMapConfiguration Source #

Create a value of HeatMapConfiguration 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:colorScale:HeatMapConfiguration', heatMapConfiguration_colorScale - The color options (gradient color, point of divergence) in a heat map.

$sel:columnLabelOptions:HeatMapConfiguration', heatMapConfiguration_columnLabelOptions - The label options of the column that is displayed in a heat map.

$sel:dataLabels:HeatMapConfiguration', heatMapConfiguration_dataLabels - The options that determine if visual data labels are displayed.

$sel:fieldWells:HeatMapConfiguration', heatMapConfiguration_fieldWells - The field wells of the visual.

$sel:legend:HeatMapConfiguration', heatMapConfiguration_legend - The legend display setup of the visual.

$sel:rowLabelOptions:HeatMapConfiguration', heatMapConfiguration_rowLabelOptions - The label options of the row that is displayed in a heat map.

$sel:sortConfiguration:HeatMapConfiguration', heatMapConfiguration_sortConfiguration - The sort configuration of a heat map.

$sel:tooltip:HeatMapConfiguration', heatMapConfiguration_tooltip - The tooltip display setup of the visual.

heatMapConfiguration_colorScale :: Lens' HeatMapConfiguration (Maybe ColorScale) Source #

The color options (gradient color, point of divergence) in a heat map.

heatMapConfiguration_columnLabelOptions :: Lens' HeatMapConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options of the column that is displayed in a heat map.

heatMapConfiguration_dataLabels :: Lens' HeatMapConfiguration (Maybe DataLabelOptions) Source #

The options that determine if visual data labels are displayed.

heatMapConfiguration_rowLabelOptions :: Lens' HeatMapConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options of the row that is displayed in a heat map.