ServerGroupClusterMaintenanceWindowArgs

data class ServerGroupClusterMaintenanceWindowArgs(val customWindow: Output<String>? = null, val dayOfWeek: Output<Int>? = null, val startHour: Output<Int>? = null, val startMinute: Output<Int>? = null) : ConvertibleToJava<ServerGroupClusterMaintenanceWindowArgs>

Schedule settings for regular cluster updates.

Constructors

Link copied to clipboard
constructor(customWindow: Output<String>? = null, dayOfWeek: Output<Int>? = null, startHour: Output<Int>? = null, startMinute: Output<Int>? = null)

Properties

Link copied to clipboard
val customWindow: Output<String>? = null

Indicates whether custom maintenance window is enabled or not.

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

Preferred day of the week for maintenance window.

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

Start hour within preferred day of the week for maintenance window.

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

Start minute within the start hour for maintenance window.

Functions

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