MaintenanceWindowPropertiesArgs

data class MaintenanceWindowPropertiesArgs(val dayOfWeek: Output<DayOfWeek>? = null, val hour: Output<Int>? = null) : ConvertibleToJava<MaintenanceWindowPropertiesArgs>

Maintenance window starting hour and day of week.

Constructors

Link copied to clipboard
constructor(dayOfWeek: Output<DayOfWeek>? = null, hour: Output<Int>? = null)

Properties

Link copied to clipboard
val dayOfWeek: Output<DayOfWeek>? = null

Day of the week.

Link copied to clipboard
val hour: Output<Int>? = null

The update start hour of the day. (0 - 23)

Functions

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