| 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.AlertSummary
Description
Synopsis
- data AlertSummary = AlertSummary' {}
- newAlertSummary :: AlertSummary
- alertSummary_alertArn :: Lens' AlertSummary (Maybe Text)
- alertSummary_alertName :: Lens' AlertSummary (Maybe Text)
- alertSummary_alertSensitivityThreshold :: Lens' AlertSummary (Maybe Natural)
- alertSummary_alertStatus :: Lens' AlertSummary (Maybe AlertStatus)
- alertSummary_alertType :: Lens' AlertSummary (Maybe AlertType)
- alertSummary_anomalyDetectorArn :: Lens' AlertSummary (Maybe Text)
- alertSummary_creationTime :: Lens' AlertSummary (Maybe UTCTime)
- alertSummary_lastModificationTime :: Lens' AlertSummary (Maybe UTCTime)
- alertSummary_tags :: Lens' AlertSummary (Maybe (HashMap Text Text))
Documentation
data AlertSummary Source #
Provides a summary of an alert's configuration.
See: newAlertSummary smart constructor.
Constructors
| AlertSummary' | |
Fields
| |
Instances
newAlertSummary :: AlertSummary Source #
Create a value of AlertSummary 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:alertArn:AlertSummary', alertSummary_alertArn - The ARN of the alert.
$sel:alertName:AlertSummary', alertSummary_alertName - The name of the alert.
$sel:alertSensitivityThreshold:AlertSummary', alertSummary_alertSensitivityThreshold - The minimum severity for an anomaly to trigger the alert.
$sel:alertStatus:AlertSummary', alertSummary_alertStatus - The status of the alert.
$sel:alertType:AlertSummary', alertSummary_alertType - The type of the alert.
$sel:anomalyDetectorArn:AlertSummary', alertSummary_anomalyDetectorArn - The ARN of the detector to which the alert is attached.
$sel:creationTime:AlertSummary', alertSummary_creationTime - The time at which the alert was created.
$sel:lastModificationTime:AlertSummary', alertSummary_lastModificationTime - The time at which the alert was last modified.
$sel:tags:AlertSummary', alertSummary_tags - The alert's
tags.
alertSummary_alertArn :: Lens' AlertSummary (Maybe Text) Source #
The ARN of the alert.
alertSummary_alertName :: Lens' AlertSummary (Maybe Text) Source #
The name of the alert.
alertSummary_alertSensitivityThreshold :: Lens' AlertSummary (Maybe Natural) Source #
The minimum severity for an anomaly to trigger the alert.
alertSummary_alertStatus :: Lens' AlertSummary (Maybe AlertStatus) Source #
The status of the alert.
alertSummary_alertType :: Lens' AlertSummary (Maybe AlertType) Source #
The type of the alert.
alertSummary_anomalyDetectorArn :: Lens' AlertSummary (Maybe Text) Source #
The ARN of the detector to which the alert is attached.
alertSummary_creationTime :: Lens' AlertSummary (Maybe UTCTime) Source #
The time at which the alert was created.
alertSummary_lastModificationTime :: Lens' AlertSummary (Maybe UTCTime) Source #
The time at which the alert was last modified.
alertSummary_tags :: Lens' AlertSummary (Maybe (HashMap Text Text)) Source #
The alert's tags.