DatabaseInstanceSettingsMaintenanceWindow

data class DatabaseInstanceSettingsMaintenanceWindow(val day: Int? = null, val hour: Int? = null, val updateTrack: String? = null)

Constructors

constructor(day: Int? = null, hour: Int? = null, updateTrack: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val day: Int? = null

Day of week (1-7), starting on Monday

Link copied to clipboard
val hour: Int? = null

Hour of day (0-23), ignored if day not set

Link copied to clipboard
val updateTrack: String? = null

Receive updates after one week (canary) or after two weeks (stable) or after five weeks (week5) of notification.