| 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.Forecast.Types.MonitorDataSource
Description
Synopsis
- data MonitorDataSource = MonitorDataSource' {}
- newMonitorDataSource :: MonitorDataSource
- monitorDataSource_datasetImportJobArn :: Lens' MonitorDataSource (Maybe Text)
- monitorDataSource_forecastArn :: Lens' MonitorDataSource (Maybe Text)
- monitorDataSource_predictorArn :: Lens' MonitorDataSource (Maybe Text)
Documentation
data MonitorDataSource Source #
The source of the data the monitor used during the evaluation.
See: newMonitorDataSource smart constructor.
Constructors
| MonitorDataSource' | |
Fields
| |
Instances
newMonitorDataSource :: MonitorDataSource Source #
Create a value of MonitorDataSource 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:datasetImportJobArn:MonitorDataSource', monitorDataSource_datasetImportJobArn - The Amazon Resource Name (ARN) of the dataset import job used to import
the data that initiated the monitor evaluation.
$sel:forecastArn:MonitorDataSource', monitorDataSource_forecastArn - The Amazon Resource Name (ARN) of the forecast the monitor used during
the evaluation.
$sel:predictorArn:MonitorDataSource', monitorDataSource_predictorArn - The Amazon Resource Name (ARN) of the predictor resource you are
monitoring.
monitorDataSource_datasetImportJobArn :: Lens' MonitorDataSource (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset import job used to import the data that initiated the monitor evaluation.
monitorDataSource_forecastArn :: Lens' MonitorDataSource (Maybe Text) Source #
The Amazon Resource Name (ARN) of the forecast the monitor used during the evaluation.
monitorDataSource_predictorArn :: Lens' MonitorDataSource (Maybe Text) Source #
The Amazon Resource Name (ARN) of the predictor resource you are monitoring.