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

Description

 
Synopsis

Documentation

data ColorScale Source #

Determines the color scale that is applied to the visual.

See: newColorScale smart constructor.

Constructors

ColorScale' 

Fields

Instances

Instances details
FromJSON ColorScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorScale

ToJSON ColorScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorScale

Generic ColorScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorScale

Associated Types

type Rep ColorScale :: Type -> Type #

Read ColorScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorScale

Show ColorScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorScale

NFData ColorScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorScale

Methods

rnf :: ColorScale -> () #

Eq ColorScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorScale

Hashable ColorScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorScale

type Rep ColorScale Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ColorScale

type Rep ColorScale = D1 ('MetaData "ColorScale" "Amazonka.QuickSight.Types.ColorScale" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ColorScale'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nullValueColor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataColor)) :*: (S1 ('MetaSel ('Just "colors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty DataColor)) :*: S1 ('MetaSel ('Just "colorFillType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ColorFillType))))

newColorScale Source #

Create a value of ColorScale 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:nullValueColor:ColorScale', colorScale_nullValueColor - Determines the color that is applied to null values.

$sel:colors:ColorScale', colorScale_colors - Determines the list of colors that are applied to the visual.

$sel:colorFillType:ColorScale', colorScale_colorFillType - Determines the color fill type.

colorScale_nullValueColor :: Lens' ColorScale (Maybe DataColor) Source #

Determines the color that is applied to null values.

colorScale_colors :: Lens' ColorScale (NonEmpty DataColor) Source #

Determines the list of colors that are applied to the visual.