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.
Constructors
Link copied to clipboard
fun WindowsPropertiesArgs(excludedKbNumbers: Output<List<String>>? = null, includedKbNumbers: Output<List<String>>? = null, includedUpdateClassifications: Output<Either<String, WindowsUpdateClasses>>? = null, rebootSetting: Output<String>? = null)