AmlFilesystemMaintenanceWindowArgs

data class AmlFilesystemMaintenanceWindowArgs(val dayOfWeek: Output<MaintenanceDayOfWeekType>? = null, val timeOfDayUTC: Output<String>? = null) : ConvertibleToJava<AmlFilesystemMaintenanceWindowArgs>

Start time of a 30-minute weekly maintenance window.

Constructors

Link copied to clipboard
constructor(dayOfWeek: Output<MaintenanceDayOfWeekType>? = null, timeOfDayUTC: Output<String>? = null)

Properties

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

Day of the week on which the maintenance window will occur.

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

The time of day (in UTC) to start the maintenance window.

Functions

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