| 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.PivotTotalOptions
Description
Synopsis
- data PivotTotalOptions = PivotTotalOptions' {}
- newPivotTotalOptions :: PivotTotalOptions
- pivotTotalOptions_customLabel :: Lens' PivotTotalOptions (Maybe Text)
- pivotTotalOptions_metricHeaderCellStyle :: Lens' PivotTotalOptions (Maybe TableCellStyle)
- pivotTotalOptions_placement :: Lens' PivotTotalOptions (Maybe TableTotalsPlacement)
- pivotTotalOptions_scrollStatus :: Lens' PivotTotalOptions (Maybe TableTotalsScrollStatus)
- pivotTotalOptions_totalCellStyle :: Lens' PivotTotalOptions (Maybe TableCellStyle)
- pivotTotalOptions_totalsVisibility :: Lens' PivotTotalOptions (Maybe Visibility)
- pivotTotalOptions_valueCellStyle :: Lens' PivotTotalOptions (Maybe TableCellStyle)
Documentation
data PivotTotalOptions Source #
The optional configuration of totals cells in a PivotTableVisual.
See: newPivotTotalOptions smart constructor.
Constructors
| PivotTotalOptions' | |
Fields
| |
Instances
newPivotTotalOptions :: PivotTotalOptions Source #
Create a value of PivotTotalOptions 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:customLabel:PivotTotalOptions', pivotTotalOptions_customLabel - The custom label string for the total cells.
$sel:metricHeaderCellStyle:PivotTotalOptions', pivotTotalOptions_metricHeaderCellStyle - The cell styling options for the total of header cells.
$sel:placement:PivotTotalOptions', pivotTotalOptions_placement - The placement (start, end) for the total cells.
$sel:scrollStatus:PivotTotalOptions', pivotTotalOptions_scrollStatus - The scroll status (pinned, scrolled) for the total cells.
$sel:totalCellStyle:PivotTotalOptions', pivotTotalOptions_totalCellStyle - The cell styling options for the total cells.
$sel:totalsVisibility:PivotTotalOptions', pivotTotalOptions_totalsVisibility - The visibility configuration for the total cells.
$sel:valueCellStyle:PivotTotalOptions', pivotTotalOptions_valueCellStyle - The cell styling options for the totals of value cells.
pivotTotalOptions_customLabel :: Lens' PivotTotalOptions (Maybe Text) Source #
The custom label string for the total cells.
pivotTotalOptions_metricHeaderCellStyle :: Lens' PivotTotalOptions (Maybe TableCellStyle) Source #
The cell styling options for the total of header cells.
pivotTotalOptions_placement :: Lens' PivotTotalOptions (Maybe TableTotalsPlacement) Source #
The placement (start, end) for the total cells.
pivotTotalOptions_scrollStatus :: Lens' PivotTotalOptions (Maybe TableTotalsScrollStatus) Source #
The scroll status (pinned, scrolled) for the total cells.
pivotTotalOptions_totalCellStyle :: Lens' PivotTotalOptions (Maybe TableCellStyle) Source #
The cell styling options for the total cells.
pivotTotalOptions_totalsVisibility :: Lens' PivotTotalOptions (Maybe Visibility) Source #
The visibility configuration for the total cells.
pivotTotalOptions_valueCellStyle :: Lens' PivotTotalOptions (Maybe TableCellStyle) Source #
The cell styling options for the totals of value cells.