| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.KPIConfiguration
Description
Synopsis
- data KPIConfiguration = KPIConfiguration' {}
- newKPIConfiguration :: KPIConfiguration
- kPIConfiguration_fieldWells :: Lens' KPIConfiguration (Maybe KPIFieldWells)
- kPIConfiguration_kPIOptions :: Lens' KPIConfiguration (Maybe KPIOptions)
- kPIConfiguration_sortConfiguration :: Lens' KPIConfiguration (Maybe KPISortConfiguration)
Documentation
data KPIConfiguration Source #
The configuration of a KPI visual.
See: newKPIConfiguration smart constructor.
Constructors
| KPIConfiguration' | |
Fields
| |
Instances
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.
kPIConfiguration_sortConfiguration :: Lens' KPIConfiguration (Maybe KPISortConfiguration) Source #
The sort configuration of a KPI visual.