/AWS1/CL_REHALRMRECOMMENDATION¶
Defines a recommendation for a CloudWatch alarm.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_recommendationid TYPE /AWS1/REHUUID /AWS1/REHUUID¶
Identifier of the alarm recommendation.
iv_referenceid TYPE /AWS1/REHSPECREFERENCEID /AWS1/REHSPECREFERENCEID¶
Reference identifier of the alarm recommendation.
iv_name TYPE /AWS1/REHSTRING500 /AWS1/REHSTRING500¶
Name of the alarm recommendation.
iv_type TYPE /AWS1/REHALARMTYPE /AWS1/REHALARMTYPE¶
Type of alarm recommendation.
Optional arguments:¶
iv_description TYPE /AWS1/REHENTITYDESCRIPTION /AWS1/REHENTITYDESCRIPTION¶
Description of the alarm recommendation.
iv_appcomponentname TYPE /AWS1/REHENTITYID /AWS1/REHENTITYID¶
Application Component name for the CloudWatch alarm recommendation. This name is saved as the first item in the
appComponentNameslist.
it_items TYPE /AWS1/CL_REHRECOMMENDATIONITEM=>TT_RECOMMENDATIONITEMLIST TT_RECOMMENDATIONITEMLIST¶
List of CloudWatch alarm recommendations.
iv_prerequisite TYPE /AWS1/REHSTRING500 /AWS1/REHSTRING500¶
The prerequisite for the alarm recommendation.
it_appcomponentnames TYPE /AWS1/CL_REHAPPCOMPONENTNAME00=>TT_APPCOMPONENTNAMELIST TT_APPCOMPONENTNAMELIST¶
List of Application Component names for the CloudWatch alarm recommendation.
iv_recommendationstatus TYPE /AWS1/REHRECOMMENDATIONSTATUS /AWS1/REHRECOMMENDATIONSTATUS¶
Status of the recommended Amazon CloudWatch alarm.
Queryable Attributes¶
recommendationId¶
Identifier of the alarm recommendation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECOMMENDATIONID() |
Getter for RECOMMENDATIONID, with configurable default |
ASK_RECOMMENDATIONID() |
Getter for RECOMMENDATIONID w/ exceptions if field has no va |
HAS_RECOMMENDATIONID() |
Determine if RECOMMENDATIONID has a value |
referenceId¶
Reference identifier of the alarm recommendation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REFERENCEID() |
Getter for REFERENCEID, with configurable default |
ASK_REFERENCEID() |
Getter for REFERENCEID w/ exceptions if field has no value |
HAS_REFERENCEID() |
Determine if REFERENCEID has a value |
name¶
Name of the alarm recommendation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
description¶
Description of the alarm recommendation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
type¶
Type of alarm recommendation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
appComponentName¶
Application Component name for the CloudWatch alarm recommendation. This name is saved as the first item in the
appComponentNameslist.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPCOMPONENTNAME() |
Getter for APPCOMPONENTNAME, with configurable default |
ASK_APPCOMPONENTNAME() |
Getter for APPCOMPONENTNAME w/ exceptions if field has no va |
HAS_APPCOMPONENTNAME() |
Determine if APPCOMPONENTNAME has a value |
items¶
List of CloudWatch alarm recommendations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ITEMS() |
Getter for ITEMS, with configurable default |
ASK_ITEMS() |
Getter for ITEMS w/ exceptions if field has no value |
HAS_ITEMS() |
Determine if ITEMS has a value |
prerequisite¶
The prerequisite for the alarm recommendation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREREQUISITE() |
Getter for PREREQUISITE, with configurable default |
ASK_PREREQUISITE() |
Getter for PREREQUISITE w/ exceptions if field has no value |
HAS_PREREQUISITE() |
Determine if PREREQUISITE has a value |
appComponentNames¶
List of Application Component names for the CloudWatch alarm recommendation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPCOMPONENTNAMES() |
Getter for APPCOMPONENTNAMES, with configurable default |
ASK_APPCOMPONENTNAMES() |
Getter for APPCOMPONENTNAMES w/ exceptions if field has no v |
HAS_APPCOMPONENTNAMES() |
Determine if APPCOMPONENTNAMES has a value |
recommendationStatus¶
Status of the recommended Amazon CloudWatch alarm.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECOMMENDATIONSTATUS() |
Getter for RECOMMENDATIONSTATUS, with configurable default |
ASK_RECOMMENDATIONSTATUS() |
Getter for RECOMMENDATIONSTATUS w/ exceptions if field has n |
HAS_RECOMMENDATIONSTATUS() |
Determine if RECOMMENDATIONSTATUS 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_ALARMRECOMMENDATIONLIST¶
TYPES TT_ALARMRECOMMENDATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REHALRMRECOMMENDATION WITH DEFAULT KEY
.