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

Description

 
Synopsis

Documentation

data PivotTableVisual Source #

A pivot table.

For more information, see Using pivot tables in the Amazon QuickSight User Guide.

See: newPivotTableVisual smart constructor.

Constructors

PivotTableVisual' 

Fields

Instances

Instances details
FromJSON PivotTableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableVisual

ToJSON PivotTableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableVisual

Generic PivotTableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableVisual

Associated Types

type Rep PivotTableVisual :: Type -> Type #

Show PivotTableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableVisual

NFData PivotTableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableVisual

Methods

rnf :: PivotTableVisual -> () #

Eq PivotTableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableVisual

Hashable PivotTableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableVisual

type Rep PivotTableVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PivotTableVisual

newPivotTableVisual Source #

Create a value of PivotTableVisual 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:actions:PivotTableVisual', pivotTableVisual_actions - The list of custom actions that are configured for a visual.

$sel:chartConfiguration:PivotTableVisual', pivotTableVisual_chartConfiguration - The configuration settings of the visual.

$sel:conditionalFormatting:PivotTableVisual', pivotTableVisual_conditionalFormatting - The conditional formatting for a PivotTableVisual.

$sel:subtitle:PivotTableVisual', pivotTableVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:PivotTableVisual', pivotTableVisual_title - The title that is displayed on the visual.

$sel:visualId:PivotTableVisual', pivotTableVisual_visualId - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..

pivotTableVisual_actions :: Lens' PivotTableVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

pivotTableVisual_subtitle :: Lens' PivotTableVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

pivotTableVisual_title :: Lens' PivotTableVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

pivotTableVisual_visualId :: Lens' PivotTableVisual Text Source #

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..