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

Description

 
Synopsis

Documentation

data KPIConfiguration Source #

The configuration of a KPI visual.

See: newKPIConfiguration smart constructor.

Constructors

KPIConfiguration' 

Fields

Instances

Instances details
FromJSON KPIConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConfiguration

ToJSON KPIConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConfiguration

Generic KPIConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConfiguration

Associated Types

type Rep KPIConfiguration :: Type -> Type #

Show KPIConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConfiguration

NFData KPIConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConfiguration

Methods

rnf :: KPIConfiguration -> () #

Eq KPIConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConfiguration

Hashable KPIConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConfiguration

type Rep KPIConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.KPIConfiguration

type Rep KPIConfiguration = D1 ('MetaData "KPIConfiguration" "Amazonka.QuickSight.Types.KPIConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "KPIConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KPIFieldWells)) :*: (S1 ('MetaSel ('Just "kPIOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KPIOptions)) :*: S1 ('MetaSel ('Just "sortConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KPISortConfiguration)))))

newKPIConfiguration :: KPIConfiguration Source #

Create a value of KPIConfiguration 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:fieldWells:KPIConfiguration', kPIConfiguration_fieldWells - The field well configuration of a KPI visual.

$sel:kPIOptions:KPIConfiguration', kPIConfiguration_kPIOptions - The options that determine the presentation of a KPI visual.

$sel:sortConfiguration:KPIConfiguration', kPIConfiguration_sortConfiguration - The sort configuration of a KPI visual.

kPIConfiguration_fieldWells :: Lens' KPIConfiguration (Maybe KPIFieldWells) Source #

The field well configuration of a KPI visual.

kPIConfiguration_kPIOptions :: Lens' KPIConfiguration (Maybe KPIOptions) Source #

The options that determine the presentation of a KPI visual.