amazonka-lookoutmetrics-2.0: Amazon Lookout for Metrics SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.LookoutMetrics.Types.AlertSummary

Description

 
Synopsis

Documentation

data AlertSummary Source #

Provides a summary of an alert's configuration.

See: newAlertSummary smart constructor.

Constructors

AlertSummary' 

Fields

Instances

Instances details
FromJSON AlertSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertSummary

Generic AlertSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertSummary

Associated Types

type Rep AlertSummary :: Type -> Type #

Read AlertSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertSummary

Show AlertSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertSummary

NFData AlertSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertSummary

Methods

rnf :: AlertSummary -> () #

Eq AlertSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertSummary

Hashable AlertSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertSummary

type Rep AlertSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertSummary

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_alertSensitivityThreshold :: Lens' AlertSummary (Maybe Natural) Source #

The minimum severity for an anomaly to trigger 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.