/AWS1/CL_CWTEVALUATIONWINDOW¶
The evaluation window that an alarm uses to select the range of metric data that it
evaluates each time it runs. This is a union type. Set exactly one of its members,
SlidingWindow or WallClockWindow. If you don't set
EvaluationWindow, the alarm uses a SlidingWindow by
default.
For more information, see Alarm evaluation windows in the CloudWatch User Guide.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_wallclockwindow TYPE REF TO /AWS1/CL_CWTWALLCLOCKWINDOW /AWS1/CL_CWTWALLCLOCKWINDOW¶
A wall clock window, which aligns the evaluated range to fixed clock boundaries that match the alarm's period, such as the top of the hour, midnight, or the start of the calendar week.
io_slidingwindow TYPE REF TO /AWS1/CL_CWTSLIDINGWINDOW /AWS1/CL_CWTSLIDINGWINDOW¶
A sliding window, which advances each time the alarm is evaluated, forming a rolling time window. This is the default evaluation window.
Queryable Attributes¶
WallClockWindow¶
A wall clock window, which aligns the evaluated range to fixed clock boundaries that match the alarm's period, such as the top of the hour, midnight, or the start of the calendar week.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WALLCLOCKWINDOW() |
Getter for WALLCLOCKWINDOW |
SlidingWindow¶
A sliding window, which advances each time the alarm is evaluated, forming a rolling time window. This is the default evaluation window.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SLIDINGWINDOW() |
Getter for SLIDINGWINDOW |