interval

@JvmName(name = "hfvnfblrjqkvhjct")
suspend fun interval(value: Output<ServiceLevelObjectiveIntervalArgs>)
@JvmName(name = "jtgfpuboctyruyrh")
suspend fun interval(value: ServiceLevelObjectiveIntervalArgs?)

Parameters

value

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.


@JvmName(name = "gkvccpxokaynokkt")
suspend fun interval(argument: suspend ServiceLevelObjectiveIntervalArgsBuilder.() -> Unit)

Parameters

argument

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.