ServiceLevelObjectiveRollingIntervalArgs

data class ServiceLevelObjectiveRollingIntervalArgs(val duration: Output<Int>, val durationUnit: Output<ServiceLevelObjectiveDurationUnit>) : ConvertibleToJava<ServiceLevelObjectiveRollingIntervalArgs>

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

Constructors

Link copied to clipboard
constructor(duration: Output<Int>, durationUnit: Output<ServiceLevelObjectiveDurationUnit>)

Properties

Link copied to clipboard
val duration: Output<Int>

Specifies the duration of each rolling interval. For example, if Duration is 7 and DurationUnit is DAY , each rolling interval is seven days.

Link copied to clipboard

Specifies the rolling interval unit.

Functions

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