Alert Processing Rule Suppression Schedule Args
data class AlertProcessingRuleSuppressionScheduleArgs(val effectiveFrom: Output<String>? = null, val effectiveUntil: Output<String>? = null, val recurrence: Output<AlertProcessingRuleSuppressionScheduleRecurrenceArgs>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<AlertProcessingRuleSuppressionScheduleArgs>
Constructors
Link copied to clipboard
fun AlertProcessingRuleSuppressionScheduleArgs(effectiveFrom: Output<String>? = null, effectiveUntil: Output<String>? = null, recurrence: Output<AlertProcessingRuleSuppressionScheduleRecurrenceArgs>? = null, timeZone: Output<String>? = null)
Functions
Properties
Link copied to clipboard
The time zone (e.g. Pacific Standard time, Eastern Standard Time). Defaults to UTC
. possible values are defined here.