/AWS1/CL_APCMONITOR¶
Amazon CloudWatch alarms to monitor during the deployment process.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_alarmarn TYPE /AWS1/APCSTRWLENGTHBETWEEN1A00 /AWS1/APCSTRWLENGTHBETWEEN1A00¶
Amazon Resource Name (ARN) of the Amazon CloudWatch alarm.
Optional arguments:¶
iv_alarmrolearn TYPE /AWS1/APCROLEARN /AWS1/APCROLEARN¶
ARN of an Identity and Access Management (IAM) role for AppConfig to monitor
AlarmArn.
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 |
AlarmRoleArn¶
ARN of an Identity and Access Management (IAM) role for AppConfig to monitor
AlarmArn.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALARMROLEARN() |
Getter for ALARMROLEARN, with configurable default |
ASK_ALARMROLEARN() |
Getter for ALARMROLEARN w/ exceptions if field has no value |
HAS_ALARMROLEARN() |
Determine if ALARMROLEARN 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_MONITORLIST¶
TYPES TT_MONITORLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_APCMONITOR WITH DEFAULT KEY
.