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

Description

 
Synopsis

Documentation

data TableRowConditionalFormatting Source #

The conditional formatting of a table row.

See: newTableRowConditionalFormatting smart constructor.

Constructors

TableRowConditionalFormatting' 

Fields

Instances

Instances details
FromJSON TableRowConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableRowConditionalFormatting

ToJSON TableRowConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableRowConditionalFormatting

Generic TableRowConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableRowConditionalFormatting

Associated Types

type Rep TableRowConditionalFormatting :: Type -> Type #

Show TableRowConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableRowConditionalFormatting

NFData TableRowConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableRowConditionalFormatting

Eq TableRowConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableRowConditionalFormatting

Hashable TableRowConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableRowConditionalFormatting

type Rep TableRowConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableRowConditionalFormatting

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

newTableRowConditionalFormatting :: TableRowConditionalFormatting Source #

Create a value of TableRowConditionalFormatting 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:TableRowConditionalFormatting', tableRowConditionalFormatting_backgroundColor - The conditional formatting color (solid, gradient) of the background for a table row.

$sel:textColor:TableRowConditionalFormatting', tableRowConditionalFormatting_textColor - The conditional formatting color (solid, gradient) of the text for a table row.

tableRowConditionalFormatting_backgroundColor :: Lens' TableRowConditionalFormatting (Maybe ConditionalFormattingColor) Source #

The conditional formatting color (solid, gradient) of the background for a table row.

tableRowConditionalFormatting_textColor :: Lens' TableRowConditionalFormatting (Maybe ConditionalFormattingColor) Source #

The conditional formatting color (solid, gradient) of the text for a table row.