/AWS1/CL_REHALARM¶
Indicates the Amazon CloudWatch alarm detected while running an assessment.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_alarmarn TYPE /AWS1/REHARN /AWS1/REHARN¶
Amazon Resource Name (ARN) of the Amazon CloudWatch alarm.
iv_source TYPE /AWS1/REHSTRING255 /AWS1/REHSTRING255¶
Indicates the source of the Amazon CloudWatch alarm. That is, it indicates if the alarm was created using Resilience Hub recommendation (
AwsResilienceHub), or if you had created the alarm in Amazon CloudWatch (Customer).
Queryable Attributes¶
alarmArn¶
Amazon Resource Name (ARN) of the Amazon CloudWatch alarm.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALARMARN() |
Getter for ALARMARN, with configurable default |
ASK_ALARMARN() |
Getter for ALARMARN w/ exceptions if field has no value |
HAS_ALARMARN() |
Determine if ALARMARN has a value |
source¶
Indicates the source of the Amazon CloudWatch alarm. That is, it indicates if the alarm was created using Resilience Hub recommendation (
AwsResilienceHub), or if you had created the alarm in Amazon CloudWatch (Customer).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCE() |
Getter for SOURCE, with configurable default |
ASK_SOURCE() |
Getter for SOURCE w/ exceptions if field has no value |
HAS_SOURCE() |
Determine if SOURCE has a value |