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

Description

 
Synopsis

Documentation

data TableCellConditionalFormatting Source #

The cell conditional formatting option for a table.

See: newTableCellConditionalFormatting smart constructor.

Constructors

TableCellConditionalFormatting' 

Fields

Instances

Instances details
FromJSON TableCellConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellConditionalFormatting

ToJSON TableCellConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellConditionalFormatting

Generic TableCellConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellConditionalFormatting

Associated Types

type Rep TableCellConditionalFormatting :: Type -> Type #

Show TableCellConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellConditionalFormatting

NFData TableCellConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellConditionalFormatting

Eq TableCellConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellConditionalFormatting

Hashable TableCellConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellConditionalFormatting

type Rep TableCellConditionalFormatting Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TableCellConditionalFormatting

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

newTableCellConditionalFormatting Source #

Create a value of TableCellConditionalFormatting 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:textFormat:TableCellConditionalFormatting', tableCellConditionalFormatting_textFormat - The text format of the cell for conditional formatting.

$sel:fieldId:TableCellConditionalFormatting', tableCellConditionalFormatting_fieldId - The field ID of the cell for conditional formatting.

tableCellConditionalFormatting_fieldId :: Lens' TableCellConditionalFormatting Text Source #

The field ID of the cell for conditional formatting.