Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AlertSummary = AlertSummary' {}
- newAlertSummary :: AlertSummary
- alertSummary_creationTime :: Lens' AlertSummary (Maybe UTCTime)
- alertSummary_anomalyDetectorArn :: Lens' AlertSummary (Maybe Text)
- alertSummary_alertName :: Lens' AlertSummary (Maybe Text)
- alertSummary_alertSensitivityThreshold :: Lens' AlertSummary (Maybe Natural)
- alertSummary_alertStatus :: Lens' AlertSummary (Maybe AlertStatus)
- alertSummary_alertArn :: Lens' AlertSummary (Maybe Text)
- alertSummary_alertType :: Lens' AlertSummary (Maybe AlertType)
- alertSummary_tags :: Lens' AlertSummary (Maybe (HashMap Text Text))
- alertSummary_lastModificationTime :: Lens' AlertSummary (Maybe UTCTime)
Documentation
data AlertSummary Source #
Provides a summary of an alert's configuration.
See: newAlertSummary
smart constructor.
AlertSummary' | |
|
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:creationTime:AlertSummary'
, alertSummary_creationTime
- The time at which the alert was created.
$sel:anomalyDetectorArn:AlertSummary'
, alertSummary_anomalyDetectorArn
- The ARN of the detector to which the alert is attached.
$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:alertArn:AlertSummary'
, alertSummary_alertArn
- The ARN of the alert.
$sel:alertType:AlertSummary'
, alertSummary_alertType
- The type of the alert.
$sel:tags:AlertSummary'
, alertSummary_tags
- The alert's
tags.
$sel:lastModificationTime:AlertSummary'
, alertSummary_lastModificationTime
- The time at which the alert was last modified.
alertSummary_creationTime :: Lens' AlertSummary (Maybe UTCTime) Source #
The time at which the alert was created.
alertSummary_anomalyDetectorArn :: Lens' AlertSummary (Maybe Text) Source #
The ARN of the detector to which the alert is attached.
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_alertArn :: Lens' AlertSummary (Maybe Text) Source #
The ARN of the alert.
alertSummary_alertType :: Lens' AlertSummary (Maybe AlertType) Source #
The type of the alert.
alertSummary_tags :: Lens' AlertSummary (Maybe (HashMap Text Text)) Source #
The alert's tags.
alertSummary_lastModificationTime :: Lens' AlertSummary (Maybe UTCTime) Source #
The time at which the alert was last modified.