| 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.DetectedMetricSetConfig
Description
Synopsis
- data DetectedMetricSetConfig = DetectedMetricSetConfig' {}
- newDetectedMetricSetConfig :: DetectedMetricSetConfig
- detectedMetricSetConfig_metricSetFrequency :: Lens' DetectedMetricSetConfig (Maybe DetectedField)
- detectedMetricSetConfig_metricSource :: Lens' DetectedMetricSetConfig (Maybe DetectedMetricSource)
- detectedMetricSetConfig_offset :: Lens' DetectedMetricSetConfig (Maybe DetectedField)
Documentation
data DetectedMetricSetConfig Source #
An inferred dataset configuration.
See: newDetectedMetricSetConfig smart constructor.
Constructors
| DetectedMetricSetConfig' | |
Fields
| |
Instances
newDetectedMetricSetConfig :: DetectedMetricSetConfig Source #
Create a value of DetectedMetricSetConfig 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:metricSetFrequency:DetectedMetricSetConfig', detectedMetricSetConfig_metricSetFrequency - The dataset's interval.
$sel:metricSource:DetectedMetricSetConfig', detectedMetricSetConfig_metricSource - The dataset's data source.
$sel:offset:DetectedMetricSetConfig', detectedMetricSetConfig_offset - The dataset's offset.
detectedMetricSetConfig_metricSetFrequency :: Lens' DetectedMetricSetConfig (Maybe DetectedField) Source #
The dataset's interval.
detectedMetricSetConfig_metricSource :: Lens' DetectedMetricSetConfig (Maybe DetectedMetricSource) Source #
The dataset's data source.
detectedMetricSetConfig_offset :: Lens' DetectedMetricSetConfig (Maybe DetectedField) Source #
The dataset's offset.