Service Level Objective Exclusion Window Args
data class ServiceLevelObjectiveExclusionWindowArgs(val reason: Output<String>? = null, val recurrenceRule: Output<ServiceLevelObjectiveRecurrenceRuleArgs>? = null, val startTime: Output<String>? = null, val window: Output<ServiceLevelObjectiveWindowArgs>) : ConvertibleToJava<ServiceLevelObjectiveExclusionWindowArgs>
This object defines a time exclusion window for this SLO. The time exclusion window is used to exclude breaching data points from affecting attainment rate, error budget, and burn rate metrics.
Constructors
Link copied to clipboard
constructor(reason: Output<String>? = null, recurrenceRule: Output<ServiceLevelObjectiveRecurrenceRuleArgs>? = null, startTime: Output<String>? = null, window: Output<ServiceLevelObjectiveWindowArgs>)