| 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.LookoutMetrics.Types.CloudWatchConfig
Description
Documentation
data CloudWatchConfig Source #
Details about an Amazon CloudWatch datasource.
See: newCloudWatchConfig smart constructor.
Constructors
| CloudWatchConfig' | |
Fields
| |
Instances
newCloudWatchConfig :: CloudWatchConfig Source #
Create a value of CloudWatchConfig 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:backTestConfiguration:CloudWatchConfig', cloudWatchConfig_backTestConfiguration - Settings for backtest mode.
$sel:roleArn:CloudWatchConfig', cloudWatchConfig_roleArn - An IAM role that gives Amazon Lookout for Metrics permission to access
data in Amazon CloudWatch.
cloudWatchConfig_backTestConfiguration :: Lens' CloudWatchConfig (Maybe BackTestConfiguration) Source #
Settings for backtest mode.
cloudWatchConfig_roleArn :: Lens' CloudWatchConfig (Maybe Text) Source #
An IAM role that gives Amazon Lookout for Metrics permission to access data in Amazon CloudWatch.