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

Description

 
Synopsis

Documentation

data KPIOptions Source #

The options that determine the presentation of a KPI visual.

See: newKPIOptions smart constructor.

Constructors

KPIOptions' 

Fields

Instances

Instances details
FromJSON KPIOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIOptions

ToJSON KPIOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIOptions

Generic KPIOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIOptions

Associated Types

type Rep KPIOptions :: Type -> Type #

Show KPIOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIOptions

NFData KPIOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIOptions

Methods

rnf :: KPIOptions -> () #

Eq KPIOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIOptions

Hashable KPIOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIOptions

type Rep KPIOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIOptions

newKPIOptions :: KPIOptions Source #

Create a value of KPIOptions 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:comparison:KPIOptions', kPIOptions_comparison - The comparison configuration of a KPI visual.

$sel:primaryValueDisplayType:KPIOptions', kPIOptions_primaryValueDisplayType - The options that determine the primary value display type.

$sel:primaryValueFontConfiguration:KPIOptions', kPIOptions_primaryValueFontConfiguration - The options that determine the primary value font configuration.

$sel:progressBar:KPIOptions', kPIOptions_progressBar - The options that determine the presentation of the progress bar of a KPI visual.

$sel:secondaryValue:KPIOptions', kPIOptions_secondaryValue - The options that determine the presentation of the secondary value of a KPI visual.

$sel:secondaryValueFontConfiguration:KPIOptions', kPIOptions_secondaryValueFontConfiguration - The options that determine the secondary value font configuration.

$sel:trendArrows:KPIOptions', kPIOptions_trendArrows - The options that determine the presentation of trend arrows in a KPI visual.

kPIOptions_comparison :: Lens' KPIOptions (Maybe ComparisonConfiguration) Source #

The comparison configuration of a KPI visual.

kPIOptions_primaryValueDisplayType :: Lens' KPIOptions (Maybe PrimaryValueDisplayType) Source #

The options that determine the primary value display type.

kPIOptions_primaryValueFontConfiguration :: Lens' KPIOptions (Maybe FontConfiguration) Source #

The options that determine the primary value font configuration.

kPIOptions_progressBar :: Lens' KPIOptions (Maybe ProgressBarOptions) Source #

The options that determine the presentation of the progress bar of a KPI visual.

kPIOptions_secondaryValue :: Lens' KPIOptions (Maybe SecondaryValueOptions) Source #

The options that determine the presentation of the secondary value of a KPI visual.

kPIOptions_secondaryValueFontConfiguration :: Lens' KPIOptions (Maybe FontConfiguration) Source #

The options that determine the secondary value font configuration.

kPIOptions_trendArrows :: Lens' KPIOptions (Maybe TrendArrowOptions) Source #

The options that determine the presentation of trend arrows in a KPI visual.