| 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.PivotTableConditionalFormattingScope
Description
Synopsis
Documentation
data PivotTableConditionalFormattingScope Source #
The scope of the cell for conditional formatting.
See: newPivotTableConditionalFormattingScope smart constructor.
Constructors
| PivotTableConditionalFormattingScope' | |
Fields
| |
Instances
newPivotTableConditionalFormattingScope :: PivotTableConditionalFormattingScope Source #
Create a value of PivotTableConditionalFormattingScope 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:role':PivotTableConditionalFormattingScope', pivotTableConditionalFormattingScope_role - The role (field, field total, grand total) of the cell for conditional
formatting.
pivotTableConditionalFormattingScope_role :: Lens' PivotTableConditionalFormattingScope (Maybe PivotTableConditionalFormattingScopeRole) Source #
The role (field, field total, grand total) of the cell for conditional formatting.