Windows Properties Args
data class WindowsPropertiesArgs(val excludedKbNumbers: Output<List<String>>? = null, val includedKbNumbers: Output<List<String>>? = null, val includedUpdateClassifications: Output<Either<String, WindowsUpdateClasses>>? = null, val rebootSetting: Output<String>? = null) : ConvertibleToJava<WindowsPropertiesArgs>
Windows specific update configuration.
Properties
Link copied to clipboard
KB numbers excluded from the software update configuration.
Link copied to clipboard
KB numbers included from the software update configuration.
Link copied to clipboard
Update classification included in the software update configuration. A comma separated string with required values
Link copied to clipboard
Reboot setting for the software update configuration.