ServiceLevelObjectiveWindowArgs

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

This object defines the length of time an exclusion window should span.

Constructors

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

Properties

Link copied to clipboard
val duration: Output<Int>
Link copied to clipboard

Functions

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