DatabaseClusterMaintenanceWindow

data class DatabaseClusterMaintenanceWindow(val day: String, val hour: String)

Constructors

Link copied to clipboard
constructor(day: String, hour: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val day: String

The day of the week on which to apply maintenance updates. May be one of monday through sunday.

Link copied to clipboard

The hour in UTC at which maintenance updates will be applied as a string in 24 hour format, e.g. 13:00.