ServiceLevelObjectiveRecurrenceRuleArgs

data class ServiceLevelObjectiveRecurrenceRuleArgs(val expression: Output<String>) : ConvertibleToJava<ServiceLevelObjectiveRecurrenceRuleArgs>

This object defines how often to repeat a time exclusion window.

Constructors

Link copied to clipboard
constructor(expression: Output<String>)

Properties

Link copied to clipboard
val expression: Output<String>

A cron or rate expression denoting how often to repeat this exclusion window.

Functions

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