/AWS1/CL_R5ATRIGGERCONDITION¶
Defines a condition that must be met for a trigger to fire.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_associatedalarmname
TYPE /AWS1/R5ASTRING
/AWS1/R5ASTRING
¶
The name of the CloudWatch alarm associated with the condition.
iv_condition
TYPE /AWS1/R5AALARMCONDITION
/AWS1/R5AALARMCONDITION
¶
The condition that must be met. Valid values include ALARM and OK.
Queryable Attributes¶
associatedAlarmName¶
The name of the CloudWatch alarm associated with the condition.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ASSOCIATEDALARMNAME() |
Getter for ASSOCIATEDALARMNAME, with configurable default |
ASK_ASSOCIATEDALARMNAME() |
Getter for ASSOCIATEDALARMNAME w/ exceptions if field has no |
HAS_ASSOCIATEDALARMNAME() |
Determine if ASSOCIATEDALARMNAME has a value |
condition¶
The condition that must be met. Valid values include ALARM and OK.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONDITION() |
Getter for CONDITION, with configurable default |
ASK_CONDITION() |
Getter for CONDITION w/ exceptions if field has no value |
HAS_CONDITION() |
Determine if CONDITION 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_TRIGGERCONDITIONLIST
¶
TYPES TT_TRIGGERCONDITIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_R5ATRIGGERCONDITION WITH DEFAULT KEY
.