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

Description

 
Synopsis

Documentation

data PivotTotalOptions Source #

The optional configuration of totals cells in a PivotTableVisual.

See: newPivotTotalOptions smart constructor.

Constructors

PivotTotalOptions' 

Fields

Instances

Instances details
FromJSON PivotTotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTotalOptions

ToJSON PivotTotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTotalOptions

Generic PivotTotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTotalOptions

Associated Types

type Rep PivotTotalOptions :: Type -> Type #

Read PivotTotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTotalOptions

Show PivotTotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTotalOptions

NFData PivotTotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTotalOptions

Methods

rnf :: PivotTotalOptions -> () #

Eq PivotTotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTotalOptions

Hashable PivotTotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTotalOptions

type Rep PivotTotalOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTotalOptions

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.