Auto Patching Settings Args
data class AutoPatchingSettingsArgs(val dayOfWeek: Output<DayOfWeek>? = null, val enable: Output<Boolean>? = null, val maintenanceWindowDuration: Output<Int>? = null, val maintenanceWindowStartingHour: Output<Int>? = null) : ConvertibleToJava<AutoPatchingSettingsArgs>
Set a patching window during which Windows and SQL patches will be applied.