| 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.DevOpsGuru.Types.AnomalySourceDetails
Description
Synopsis
- data AnomalySourceDetails = AnomalySourceDetails' {}
- newAnomalySourceDetails :: AnomalySourceDetails
- anomalySourceDetails_cloudWatchMetrics :: Lens' AnomalySourceDetails (Maybe [CloudWatchMetricsDetail])
- anomalySourceDetails_performanceInsightsMetrics :: Lens' AnomalySourceDetails (Maybe [PerformanceInsightsMetricsDetail])
Documentation
data AnomalySourceDetails Source #
Details about the source of the anomalous operational data that triggered the anomaly.
See: newAnomalySourceDetails smart constructor.
Constructors
| AnomalySourceDetails' | |
Fields
| |
Instances
newAnomalySourceDetails :: AnomalySourceDetails Source #
Create a value of AnomalySourceDetails 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:cloudWatchMetrics:AnomalySourceDetails', anomalySourceDetails_cloudWatchMetrics - An array of CloudWatchMetricsDetail objects that contain information
about analyzed CloudWatch metrics that show anomalous behavior.
$sel:performanceInsightsMetrics:AnomalySourceDetails', anomalySourceDetails_performanceInsightsMetrics - An array of PerformanceInsightsMetricsDetail objects that contain
information about analyzed Performance Insights metrics that show
anomalous behavior.
anomalySourceDetails_cloudWatchMetrics :: Lens' AnomalySourceDetails (Maybe [CloudWatchMetricsDetail]) Source #
An array of CloudWatchMetricsDetail objects that contain information
about analyzed CloudWatch metrics that show anomalous behavior.
anomalySourceDetails_performanceInsightsMetrics :: Lens' AnomalySourceDetails (Maybe [PerformanceInsightsMetricsDetail]) Source #
An array of PerformanceInsightsMetricsDetail objects that contain
information about analyzed Performance Insights metrics that show
anomalous behavior.