Service Level Objective Interval Args
data class ServiceLevelObjectiveIntervalArgs(val calendarInterval: Output<ServiceLevelObjectiveCalendarIntervalArgs>? = null, val rollingInterval: Output<ServiceLevelObjectiveRollingIntervalArgs>? = null) : ConvertibleToJava<ServiceLevelObjectiveIntervalArgs>
The time period used to evaluate the SLO. It can be either a calendar interval or rolling interval. If you omit this parameter, a rolling interval of 7 days is used.
Constructors
Link copied to clipboard
constructor(calendarInterval: Output<ServiceLevelObjectiveCalendarIntervalArgs>? = null, rollingInterval: Output<ServiceLevelObjectiveRollingIntervalArgs>? = null)