ServiceLevelObjectiveIntervalArgs

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)

Properties

Link copied to clipboard

If the interval is a calendar interval, this structure contains the interval specifications.

Link copied to clipboard

If the interval is a rolling interval, this structure contains the interval specifications.

Functions

Link copied to clipboard
open override fun toJava(): ServiceLevelObjectiveIntervalArgs