AlertProcessingRuleSuppressionScheduleArgs

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

constructor(effectiveFrom: Output<String>? = null, effectiveUntil: Output<String>? = null, recurrence: Output<AlertProcessingRuleSuppressionScheduleRecurrenceArgs>? = null, timeZone: Output<String>? = null)

Properties

Link copied to clipboard
val effectiveFrom: Output<String>? = null

Specifies the Alert Processing Rule effective start time (Y-m-d'T'H:M:S).

Link copied to clipboard
val effectiveUntil: Output<String>? = null

Specifies the Alert Processing Rule effective end time (Y-m-d'T'H:M:S).

Link copied to clipboard

A recurrence block as defined above.

Link copied to clipboard
val timeZone: Output<String>? = null

The time zone (e.g. Pacific Standard time, Eastern Standard Time). Defaults to UTC. possible values are defined here.

Functions

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