/AWS1/CL_REVOBSVALARMSUMMARY¶
Summary information about a configured observability alarm.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_alarmarn TYPE /AWS1/REVCLOUDWATCHALARMARN /AWS1/REVCLOUDWATCHALARMARN¶
The ARN of the CloudWatch alarm.
iv_alarmname TYPE /AWS1/REVSTRING /AWS1/REVSTRING¶
The name of the CloudWatch alarm.
iv_region TYPE /AWS1/REVSTRING /AWS1/REVSTRING¶
The Region of the CloudWatch alarm.
iv_accountid TYPE /AWS1/REVSTRING /AWS1/REVSTRING¶
The account ID that owns the CloudWatch alarm.
Optional arguments:¶
iv_createdat TYPE /AWS1/REVTIMESTAMP /AWS1/REVTIMESTAMP¶
The timestamp when the source was configured.
Queryable Attributes¶
alarmArn¶
The ARN of the 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 |
alarmName¶
The name of the CloudWatch 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 |
region¶
The Region of the CloudWatch alarm.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGION() |
Getter for REGION, with configurable default |
ASK_REGION() |
Getter for REGION w/ exceptions if field has no value |
HAS_REGION() |
Determine if REGION has a value |
accountId¶
The account ID that owns the CloudWatch alarm.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTID() |
Getter for ACCOUNTID, with configurable default |
ASK_ACCOUNTID() |
Getter for ACCOUNTID w/ exceptions if field has no value |
HAS_ACCOUNTID() |
Determine if ACCOUNTID has a value |
createdAt¶
The timestamp when the source was configured.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |