Auto Patching Settings Args
data class AutoPatchingSettingsArgs(val additionalVmPatch: Output<Either<String, AdditionalVmPatch>>? = null, 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.