/AWS1/CL_FISUPEXPERIMENTTMPL01¶
Specifies a stop condition for an experiment. You can define a stop condition as a CloudWatch alarm.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_source TYPE /AWS1/FISSTOPCONDITIONSOURCE /AWS1/FISSTOPCONDITIONSOURCE¶
The source for the stop condition. Specify
aws:cloudwatch:alarmif the stop condition is defined by a CloudWatch alarm. Specifynoneif there is no stop condition.
Optional arguments:¶
iv_value TYPE /AWS1/FISSTOPCONDITIONVALUE /AWS1/FISSTOPCONDITIONVALUE¶
The Amazon Resource Name (ARN) of the CloudWatch alarm.
Queryable Attributes¶
source¶
The source for the stop condition. Specify
aws:cloudwatch:alarmif the stop condition is defined by a CloudWatch alarm. Specifynoneif there is no 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 Amazon Resource Name (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_UPEXPERIMENTTMPLSTOPCONDI00¶
TYPES TT_UPEXPERIMENTTMPLSTOPCONDI00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_FISUPEXPERIMENTTMPL01 WITH DEFAULT KEY
.