MetastoreServiceMaintenanceWindowArgs

data class MetastoreServiceMaintenanceWindowArgs(val dayOfWeek: Output<String>, val hourOfDay: Output<Int>) : ConvertibleToJava<MetastoreServiceMaintenanceWindowArgs>

Constructors

Link copied to clipboard
constructor(dayOfWeek: Output<String>, hourOfDay: Output<Int>)

Properties

Link copied to clipboard
val dayOfWeek: Output<String>

The day of week, when the window starts. Possible values are: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.

Link copied to clipboard
val hourOfDay: Output<Int>

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

Functions

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