SoftwareUpdateConfigurationScheduleMonthlyOccurrenceArgs

data class SoftwareUpdateConfigurationScheduleMonthlyOccurrenceArgs(val day: Output<String>, val occurrence: Output<Int>) : ConvertibleToJava<SoftwareUpdateConfigurationScheduleMonthlyOccurrenceArgs>

Constructors

constructor(day: Output<String>, occurrence: Output<Int>)

Properties

Link copied to clipboard
val day: Output<String>

Day of the occurrence. Must be one of Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday.

Link copied to clipboard
val occurrence: Output<Int>

Occurrence of the week within the month. Must be between 1 and 4. -1 for last week within the month.

Functions

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