/AWS1/CL_LOMALERT¶
A configuration for Amazon SNS-integrated notifications.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_action TYPE REF TO /AWS1/CL_LOMACTION /AWS1/CL_LOMACTION¶
Action that will be triggered when there is an alert.
iv_alertdescription TYPE /AWS1/LOMALERTDESCRIPTION /AWS1/LOMALERTDESCRIPTION¶
A description of the alert.
iv_alertarn TYPE /AWS1/LOMARN /AWS1/LOMARN¶
The ARN of the alert.
iv_anomalydetectorarn TYPE /AWS1/LOMARN /AWS1/LOMARN¶
The ARN of the detector to which the alert is attached.
iv_alertname TYPE /AWS1/LOMALERTNAME /AWS1/LOMALERTNAME¶
The name of the alert.
iv_alertsensitivitythreshold TYPE /AWS1/LOMSENSITIVITYTHRESHOLD /AWS1/LOMSENSITIVITYTHRESHOLD¶
The minimum severity for an anomaly to trigger the alert.
iv_alerttype TYPE /AWS1/LOMALERTTYPE /AWS1/LOMALERTTYPE¶
The type of the alert.
iv_alertstatus TYPE /AWS1/LOMALERTSTATUS /AWS1/LOMALERTSTATUS¶
The status of the alert.
iv_lastmodificationtime TYPE /AWS1/LOMTIMESTAMP /AWS1/LOMTIMESTAMP¶
The time at which the alert was last modified.
iv_creationtime TYPE /AWS1/LOMTIMESTAMP /AWS1/LOMTIMESTAMP¶
The time at which the alert was created.
io_alertfilters TYPE REF TO /AWS1/CL_LOMALERTFILTERS /AWS1/CL_LOMALERTFILTERS¶
The configuration of the alert filters, containing MetricList and DimensionFilter.
Queryable Attributes¶
Action¶
Action that will be triggered when there is an alert.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTION() |
Getter for ACTION |
AlertDescription¶
A description of the alert.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALERTDESCRIPTION() |
Getter for ALERTDESCRIPTION, with configurable default |
ASK_ALERTDESCRIPTION() |
Getter for ALERTDESCRIPTION w/ exceptions if field has no va |
HAS_ALERTDESCRIPTION() |
Determine if ALERTDESCRIPTION has a value |
AlertArn¶
The ARN of the alert.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALERTARN() |
Getter for ALERTARN, with configurable default |
ASK_ALERTARN() |
Getter for ALERTARN w/ exceptions if field has no value |
HAS_ALERTARN() |
Determine if ALERTARN has a value |
AnomalyDetectorArn¶
The ARN of the detector to which the alert is attached.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANOMALYDETECTORARN() |
Getter for ANOMALYDETECTORARN, with configurable default |
ASK_ANOMALYDETECTORARN() |
Getter for ANOMALYDETECTORARN w/ exceptions if field has no |
HAS_ANOMALYDETECTORARN() |
Determine if ANOMALYDETECTORARN has a value |
AlertName¶
The name of the alert.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALERTNAME() |
Getter for ALERTNAME, with configurable default |
ASK_ALERTNAME() |
Getter for ALERTNAME w/ exceptions if field has no value |
HAS_ALERTNAME() |
Determine if ALERTNAME has a value |
AlertSensitivityThreshold¶
The minimum severity for an anomaly to trigger the alert.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALERTSENSITIVITYTHRESH() |
Getter for ALERTSENSITIVITYTHRESHOLD |
AlertType¶
The type of the alert.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALERTTYPE() |
Getter for ALERTTYPE, with configurable default |
ASK_ALERTTYPE() |
Getter for ALERTTYPE w/ exceptions if field has no value |
HAS_ALERTTYPE() |
Determine if ALERTTYPE has a value |
AlertStatus¶
The status of the alert.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALERTSTATUS() |
Getter for ALERTSTATUS, with configurable default |
ASK_ALERTSTATUS() |
Getter for ALERTSTATUS w/ exceptions if field has no value |
HAS_ALERTSTATUS() |
Determine if ALERTSTATUS has a value |
LastModificationTime¶
The time at which the alert was last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFICATIONTIME() |
Getter for LASTMODIFICATIONTIME, with configurable default |
ASK_LASTMODIFICATIONTIME() |
Getter for LASTMODIFICATIONTIME w/ exceptions if field has n |
HAS_LASTMODIFICATIONTIME() |
Determine if LASTMODIFICATIONTIME has a value |
CreationTime¶
The time at which the alert was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
AlertFilters¶
The configuration of the alert filters, containing MetricList and DimensionFilter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALERTFILTERS() |
Getter for ALERTFILTERS |