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

Description

 
Synopsis

Documentation

data SubtotalOptions Source #

The subtotal options.

See: newSubtotalOptions smart constructor.

Constructors

SubtotalOptions' 

Fields

Instances

Instances details
FromJSON SubtotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SubtotalOptions

ToJSON SubtotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SubtotalOptions

Generic SubtotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SubtotalOptions

Associated Types

type Rep SubtotalOptions :: Type -> Type #

Read SubtotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SubtotalOptions

Show SubtotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SubtotalOptions

NFData SubtotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SubtotalOptions

Methods

rnf :: SubtotalOptions -> () #

Eq SubtotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SubtotalOptions

Hashable SubtotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SubtotalOptions

type Rep SubtotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SubtotalOptions

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