Interval
The time period used to evaluate the SLO. It can be either a calendar interval or rolling interval.
Inheritors
Types
Functions
Casts this Interval as a CalendarInterval and retrieves its aws.sdk.kotlin.services.applicationsignals.model.CalendarInterval value. Throws an exception if the Interval is not a CalendarInterval.
Casts this Interval as a CalendarInterval and retrieves its aws.sdk.kotlin.services.applicationsignals.model.CalendarInterval value. Returns null if the Interval is not a CalendarInterval.
Casts this Interval as a RollingInterval and retrieves its aws.sdk.kotlin.services.applicationsignals.model.RollingInterval value. Throws an exception if the Interval is not a RollingInterval.
Casts this Interval as a RollingInterval and retrieves its aws.sdk.kotlin.services.applicationsignals.model.RollingInterval value. Returns null if the Interval is not a RollingInterval.