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

Description

 
Synopsis

Documentation

data ShapeConditionalFormat Source #

The shape conditional formatting of a filled map visual.

See: newShapeConditionalFormat smart constructor.

Constructors

ShapeConditionalFormat' 

Fields

Instances

Instances details
FromJSON ShapeConditionalFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShapeConditionalFormat

ToJSON ShapeConditionalFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShapeConditionalFormat

Generic ShapeConditionalFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShapeConditionalFormat

Associated Types

type Rep ShapeConditionalFormat :: Type -> Type #

Show ShapeConditionalFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShapeConditionalFormat

NFData ShapeConditionalFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShapeConditionalFormat

Methods

rnf :: ShapeConditionalFormat -> () #

Eq ShapeConditionalFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShapeConditionalFormat

Hashable ShapeConditionalFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShapeConditionalFormat

type Rep ShapeConditionalFormat Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ShapeConditionalFormat

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

newShapeConditionalFormat Source #

Create a value of ShapeConditionalFormat 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:backgroundColor:ShapeConditionalFormat', shapeConditionalFormat_backgroundColor - The conditional formatting for the shape background color of a filled map visual.

shapeConditionalFormat_backgroundColor :: Lens' ShapeConditionalFormat ConditionalFormattingColor Source #

The conditional formatting for the shape background color of a filled map visual.