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

Description

 
Synopsis

Documentation

data DataPathColor Source #

The color map that determines the color options for a particular element.

See: newDataPathColor smart constructor.

Constructors

DataPathColor' 

Fields

Instances

Instances details
FromJSON DataPathColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathColor

ToJSON DataPathColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathColor

Generic DataPathColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathColor

Associated Types

type Rep DataPathColor :: Type -> Type #

Show DataPathColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathColor

NFData DataPathColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathColor

Methods

rnf :: DataPathColor -> () #

Eq DataPathColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathColor

Hashable DataPathColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathColor

type Rep DataPathColor Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DataPathColor

type Rep DataPathColor = D1 ('MetaData "DataPathColor" "Amazonka.QuickSight.Types.DataPathColor" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DataPathColor'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timeGranularity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeGranularity)) :*: (S1 ('MetaSel ('Just "element") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DataPathValue) :*: S1 ('MetaSel ('Just "color") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDataPathColor Source #

Create a value of DataPathColor 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:timeGranularity:DataPathColor', dataPathColor_timeGranularity - The time granularity of the field that the color needs to be applied to.

$sel:element:DataPathColor', dataPathColor_element - The element that the color needs to be applied to.

$sel:color:DataPathColor', dataPathColor_color - The color that needs to be applied to the element.

dataPathColor_timeGranularity :: Lens' DataPathColor (Maybe TimeGranularity) Source #

The time granularity of the field that the color needs to be applied to.

dataPathColor_element :: Lens' DataPathColor DataPathValue Source #

The element that the color needs to be applied to.

dataPathColor_color :: Lens' DataPathColor Text Source #

The color that needs to be applied to the element.