AlertProcessingRuleActionGroupScheduleRecurrenceWeeklyArgs

data class AlertProcessingRuleActionGroupScheduleRecurrenceWeeklyArgs(val daysOfWeeks: Output<List<String>>, val endTime: Output<String>? = null, val startTime: Output<String>? = null) : ConvertibleToJava<AlertProcessingRuleActionGroupScheduleRecurrenceWeeklyArgs>

Constructors

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

Properties

Link copied to clipboard
val daysOfWeeks: Output<List<String>>

Specifies a list of dayOfWeek to recurrence. Possible values are Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, and Saturday.

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(): AlertProcessingRuleActionGroupScheduleRecurrenceWeeklyArgs