| 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.ForecastConfiguration
Description
Synopsis
Documentation
data ForecastConfiguration Source #
The forecast configuration that is used in a line chart's display properties.
See: newForecastConfiguration smart constructor.
Constructors
| ForecastConfiguration' | |
Fields
| |
Instances
newForecastConfiguration :: ForecastConfiguration Source #
Create a value of ForecastConfiguration 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:forecastProperties:ForecastConfiguration', forecastConfiguration_forecastProperties - The forecast properties setup of a forecast in the line chart.
$sel:scenario:ForecastConfiguration', forecastConfiguration_scenario - The forecast scenario of a forecast in the line chart.
forecastConfiguration_forecastProperties :: Lens' ForecastConfiguration (Maybe TimeBasedForecastProperties) Source #
The forecast properties setup of a forecast in the line chart.
forecastConfiguration_scenario :: Lens' ForecastConfiguration (Maybe ForecastScenario) Source #
The forecast scenario of a forecast in the line chart.