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

Description

 
Synopsis

Documentation

data HeatMapFieldWells Source #

The field well configuration of a heat map.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

See: newHeatMapFieldWells smart constructor.

Constructors

HeatMapFieldWells' 

Fields

Instances

Instances details
FromJSON HeatMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapFieldWells

ToJSON HeatMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapFieldWells

Generic HeatMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapFieldWells

Associated Types

type Rep HeatMapFieldWells :: Type -> Type #

Show HeatMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapFieldWells

NFData HeatMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapFieldWells

Methods

rnf :: HeatMapFieldWells -> () #

Eq HeatMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapFieldWells

Hashable HeatMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapFieldWells

type Rep HeatMapFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeatMapFieldWells

type Rep HeatMapFieldWells = D1 ('MetaData "HeatMapFieldWells" "Amazonka.QuickSight.Types.HeatMapFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "HeatMapFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "heatMapAggregatedFieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HeatMapAggregatedFieldWells))))

newHeatMapFieldWells :: HeatMapFieldWells Source #

Create a value of HeatMapFieldWells 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:heatMapAggregatedFieldWells:HeatMapFieldWells', heatMapFieldWells_heatMapAggregatedFieldWells - The aggregated field wells of a heat map.