/AWS1/CL_AASALARM¶
Represents a CloudWatch alarm associated with a scaling policy.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_alarmname TYPE /AWS1/AASRESOURCEID /AWS1/AASRESOURCEID¶
The name of the alarm.
iv_alarmarn TYPE /AWS1/AASRESOURCEID /AWS1/AASRESOURCEID¶
The Amazon Resource Name (ARN) of the alarm.
Queryable Attributes¶
AlarmName¶
The name of the alarm.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALARMNAME() |
Getter for ALARMNAME, with configurable default |
ASK_ALARMNAME() |
Getter for ALARMNAME w/ exceptions if field has no value |
HAS_ALARMNAME() |
Determine if ALARMNAME has a value |
AlarmARN¶
The Amazon Resource Name (ARN) of the 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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ALARMS¶
TYPES TT_ALARMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_AASALARM WITH DEFAULT KEY
.