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

Description

 
Synopsis

Documentation

data FilledMapShapeConditionalFormatting Source #

The conditional formatting that determines the shape of the filled map.

See: newFilledMapShapeConditionalFormatting smart constructor.

Constructors

FilledMapShapeConditionalFormatting' 

Fields

Instances

Instances details
FromJSON FilledMapShapeConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapShapeConditionalFormatting

ToJSON FilledMapShapeConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapShapeConditionalFormatting

Generic FilledMapShapeConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapShapeConditionalFormatting

Show FilledMapShapeConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapShapeConditionalFormatting

NFData FilledMapShapeConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapShapeConditionalFormatting

Eq FilledMapShapeConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapShapeConditionalFormatting

Hashable FilledMapShapeConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapShapeConditionalFormatting

type Rep FilledMapShapeConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapShapeConditionalFormatting

type Rep FilledMapShapeConditionalFormatting = D1 ('MetaData "FilledMapShapeConditionalFormatting" "Amazonka.QuickSight.Types.FilledMapShapeConditionalFormatting" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FilledMapShapeConditionalFormatting'" 'PrefixI 'True) (S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ShapeConditionalFormat)) :*: S1 ('MetaSel ('Just "fieldId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newFilledMapShapeConditionalFormatting Source #

Create a value of FilledMapShapeConditionalFormatting 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:format:FilledMapShapeConditionalFormatting', filledMapShapeConditionalFormatting_format - The conditional formatting that determines the background color of a filled map's shape.

$sel:fieldId:FilledMapShapeConditionalFormatting', filledMapShapeConditionalFormatting_fieldId - The field ID of the filled map shape.

filledMapShapeConditionalFormatting_format :: Lens' FilledMapShapeConditionalFormatting (Maybe ShapeConditionalFormat) Source #

The conditional formatting that determines the background color of a filled map's shape.