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

Instances details
FromJSON ForecastConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastConfiguration

ToJSON ForecastConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastConfiguration

Generic ForecastConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastConfiguration

Associated Types

type Rep ForecastConfiguration :: Type -> Type #

Read ForecastConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastConfiguration

Show ForecastConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastConfiguration

NFData ForecastConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastConfiguration

Methods

rnf :: ForecastConfiguration -> () #

Eq ForecastConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastConfiguration

Hashable ForecastConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastConfiguration

type Rep ForecastConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ForecastConfiguration

type Rep ForecastConfiguration = D1 ('MetaData "ForecastConfiguration" "Amazonka.QuickSight.Types.ForecastConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ForecastConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "forecastProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeBasedForecastProperties)) :*: S1 ('MetaSel ('Just "scenario") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ForecastScenario))))

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.