ClusterMaintenanceUpdatePolicyMaintenanceWindowArgs

data class ClusterMaintenanceUpdatePolicyMaintenanceWindowArgs(val day: Output<String>, val startTime: Output<ClusterMaintenanceUpdatePolicyMaintenanceWindowStartTimeArgs>) : ConvertibleToJava<ClusterMaintenanceUpdatePolicyMaintenanceWindowArgs>

Constructors

Properties

Link copied to clipboard
val day: Output<String>

Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc. Possible values are: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.

Link copied to clipboard

Preferred time to start the maintenance operation on the specified day. Maintenance will start within 1 hour of this time. Structure is documented below.

Functions

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