/AWS1/CL_REVSTOPCONDITION¶
A CloudWatch alarm that automatically stops a test run if it breaches its threshold.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_source TYPE /AWS1/REVSTOPCONDITIONSOURCE /AWS1/REVSTOPCONDITIONSOURCE¶
The source of the stop condition.
iv_value TYPE /AWS1/REVSTRING /AWS1/REVSTRING¶
The value of the stop condition, such as the ARN of the CloudWatch alarm.
Queryable Attributes¶
source¶
The source of the stop condition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCE() |
Getter for SOURCE, with configurable default |
ASK_SOURCE() |
Getter for SOURCE w/ exceptions if field has no value |
HAS_SOURCE() |
Determine if SOURCE has a value |
value¶
The value of the stop condition, such as the ARN of the CloudWatch alarm.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE 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_STOPCONDITIONLIST¶
TYPES TT_STOPCONDITIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REVSTOPCONDITION WITH DEFAULT KEY
.