| 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.SubtotalOptions
Description
Synopsis
- data SubtotalOptions = SubtotalOptions' {}
- newSubtotalOptions :: SubtotalOptions
- subtotalOptions_customLabel :: Lens' SubtotalOptions (Maybe Text)
- subtotalOptions_fieldLevel :: Lens' SubtotalOptions (Maybe PivotTableSubtotalLevel)
- subtotalOptions_fieldLevelOptions :: Lens' SubtotalOptions (Maybe [PivotTableFieldSubtotalOptions])
- subtotalOptions_metricHeaderCellStyle :: Lens' SubtotalOptions (Maybe TableCellStyle)
- subtotalOptions_totalCellStyle :: Lens' SubtotalOptions (Maybe TableCellStyle)
- subtotalOptions_totalsVisibility :: Lens' SubtotalOptions (Maybe Visibility)
- subtotalOptions_valueCellStyle :: Lens' SubtotalOptions (Maybe TableCellStyle)
Documentation
data SubtotalOptions Source #
The subtotal options.
See: newSubtotalOptions smart constructor.
Constructors
| SubtotalOptions' | |
Fields
| |
Instances
newSubtotalOptions :: SubtotalOptions Source #
Create a value of SubtotalOptions 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:SubtotalOptions', subtotalOptions_customLabel - The custom label string for the subtotal cells.
$sel:fieldLevel:SubtotalOptions', subtotalOptions_fieldLevel - The field level (all, custom, last) for the subtotal cells.
$sel:fieldLevelOptions:SubtotalOptions', subtotalOptions_fieldLevelOptions - The optional configuration of subtotal cells.
$sel:metricHeaderCellStyle:SubtotalOptions', subtotalOptions_metricHeaderCellStyle - The cell styling options for the subtotals of header cells.
$sel:totalCellStyle:SubtotalOptions', subtotalOptions_totalCellStyle - The cell styling options for the subtotal cells.
$sel:totalsVisibility:SubtotalOptions', subtotalOptions_totalsVisibility - The visibility configuration for the subtotal cells.
$sel:valueCellStyle:SubtotalOptions', subtotalOptions_valueCellStyle - The cell styling options for the subtotals of value cells.
subtotalOptions_customLabel :: Lens' SubtotalOptions (Maybe Text) Source #
The custom label string for the subtotal cells.
subtotalOptions_fieldLevel :: Lens' SubtotalOptions (Maybe PivotTableSubtotalLevel) Source #
The field level (all, custom, last) for the subtotal cells.
subtotalOptions_fieldLevelOptions :: Lens' SubtotalOptions (Maybe [PivotTableFieldSubtotalOptions]) Source #
The optional configuration of subtotal cells.
subtotalOptions_metricHeaderCellStyle :: Lens' SubtotalOptions (Maybe TableCellStyle) Source #
The cell styling options for the subtotals of header cells.
subtotalOptions_totalCellStyle :: Lens' SubtotalOptions (Maybe TableCellStyle) Source #
The cell styling options for the subtotal cells.
subtotalOptions_totalsVisibility :: Lens' SubtotalOptions (Maybe Visibility) Source #
The visibility configuration for the subtotal cells.
subtotalOptions_valueCellStyle :: Lens' SubtotalOptions (Maybe TableCellStyle) Source #
The cell styling options for the subtotals of value cells.