| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.TableCellConditionalFormatting
Description
Synopsis
- data TableCellConditionalFormatting = TableCellConditionalFormatting' {}
- newTableCellConditionalFormatting :: Text -> TableCellConditionalFormatting
- tableCellConditionalFormatting_textFormat :: Lens' TableCellConditionalFormatting (Maybe TextConditionalFormat)
- tableCellConditionalFormatting_fieldId :: Lens' TableCellConditionalFormatting Text
Documentation
data TableCellConditionalFormatting Source #
The cell conditional formatting option for a table.
See: newTableCellConditionalFormatting smart constructor.
Constructors
| TableCellConditionalFormatting' | |
Fields
| |
Instances
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_textFormat :: Lens' TableCellConditionalFormatting (Maybe TextConditionalFormat) Source #
The text format of the cell for conditional formatting.
tableCellConditionalFormatting_fieldId :: Lens' TableCellConditionalFormatting Text Source #
The field ID of the cell for conditional formatting.