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

Description

 
Synopsis

Documentation

data KPIVisual Source #

A key performance indicator (KPI).

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

See: newKPIVisual smart constructor.

Constructors

KPIVisual' 

Fields

Instances

Instances details
FromJSON KPIVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIVisual

ToJSON KPIVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIVisual

Generic KPIVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIVisual

Associated Types

type Rep KPIVisual :: Type -> Type #

Show KPIVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIVisual

NFData KPIVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIVisual

Methods

rnf :: KPIVisual -> () #

Eq KPIVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIVisual

Hashable KPIVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIVisual

type Rep KPIVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIVisual

newKPIVisual Source #

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

$sel:chartConfiguration:KPIVisual', kPIVisual_chartConfiguration - The configuration of a KPI visual.

$sel:columnHierarchies:KPIVisual', kPIVisual_columnHierarchies - The column hierarchy that is used during drill-downs and drill-ups.

$sel:conditionalFormatting:KPIVisual', kPIVisual_conditionalFormatting - The conditional formatting of a KPI visual.

$sel:subtitle:KPIVisual', kPIVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:KPIVisual', kPIVisual_title - The title that is displayed on the visual.

$sel:visualId:KPIVisual', kPIVisual_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.

kPIVisual_actions :: Lens' KPIVisual (Maybe [VisualCustomAction]) Source #

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

kPIVisual_columnHierarchies :: Lens' KPIVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

kPIVisual_conditionalFormatting :: Lens' KPIVisual (Maybe KPIConditionalFormatting) Source #

The conditional formatting of a KPI visual.

kPIVisual_subtitle :: Lens' KPIVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

kPIVisual_title :: Lens' KPIVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

kPIVisual_visualId :: Lens' KPIVisual 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.