SlidingWindow
A sliding window, which advances each time the alarm is evaluated, forming a rolling time window. This is the default evaluation window.
Inherited functions
Casts this EvaluationWindow as a SlidingWindow and retrieves its aws.sdk.kotlin.services.cloudwatch.model.SlidingWindow value. Throws an exception if the EvaluationWindow is not a SlidingWindow.
Casts this EvaluationWindow as a SlidingWindow and retrieves its aws.sdk.kotlin.services.cloudwatch.model.SlidingWindow value. Returns null if the EvaluationWindow is not a SlidingWindow.
Casts this EvaluationWindow as a WallClockWindow and retrieves its aws.sdk.kotlin.services.cloudwatch.model.WallClockWindow value. Throws an exception if the EvaluationWindow is not a WallClockWindow.
Casts this EvaluationWindow as a WallClockWindow and retrieves its aws.sdk.kotlin.services.cloudwatch.model.WallClockWindow value. Returns null if the EvaluationWindow is not a WallClockWindow.