WindowsUpdateSettingsArgs

data class WindowsUpdateSettingsArgs(val classifications: Output<List<WindowsUpdateSettingsClassificationsItem>>? = null, val excludes: Output<List<String>>? = null, val exclusivePatches: Output<List<String>>? = null) : ConvertibleToJava<WindowsUpdateSettingsArgs>

Windows patching is performed using the Windows Update Agent.

Constructors

Link copied to clipboard
constructor(classifications: Output<List<WindowsUpdateSettingsClassificationsItem>>? = null, excludes: Output<List<String>>? = null, exclusivePatches: Output<List<String>>? = null)

Properties

Link copied to clipboard

Only apply updates of these windows update classifications. If empty, all updates are applied.

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

List of KBs to exclude from update.

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

An exclusive list of kbs to be updated. These are the only patches that will be updated. This field must not be used with other patch configurations.

Functions

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