MaintenanceWindowArgs

data class MaintenanceWindowArgs(val dayOfWeek: Output<MaintenanceWindowDayOfWeek>? = null, val hourOfDay: Output<Int>? = null) : ConvertibleToJava<MaintenanceWindowArgs>

Maintenance window. This specifies when Dataproc Metastore may perform system maintenance operation to the service.

Constructors

Link copied to clipboard
fun MaintenanceWindowArgs(dayOfWeek: Output<MaintenanceWindowDayOfWeek>? = null, hourOfDay: Output<Int>? = null)

Functions

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

Properties

Link copied to clipboard

The day of week, when the window starts.

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

The hour of day (0-23) when the window starts.