AlertProcessingRuleSuppressionScheduleRecurrenceMonthlyArgs

data class AlertProcessingRuleSuppressionScheduleRecurrenceMonthlyArgs(val daysOfMonths: Output<List<Int>>, val endTime: Output<String>? = null, val startTime: Output<String>? = null) : ConvertibleToJava<AlertProcessingRuleSuppressionScheduleRecurrenceMonthlyArgs>

Constructors

constructor(daysOfMonths: Output<List<Int>>, endTime: Output<String>? = null, startTime: Output<String>? = null)

Properties

Link copied to clipboard
val daysOfMonths: Output<List<Int>>

Specifies a list of dayOfMonth to recurrence. Possible values are integers between 1 - 31.

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

Specifies the recurrence end time (H:M:S).

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

Specifies the recurrence start time (H:M:S).

Functions

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