Input Windows Parameters Args
data class InputWindowsParametersArgs(val classificationsToInclude: Output<List<String>>? = null, val excludeKbsRequiringReboot: Output<Boolean>? = null, val kbNumbersToExclude: Output<List<String>>? = null, val kbNumbersToInclude: Output<List<String>>? = null) : ConvertibleToJava<InputWindowsParametersArgs>
Input properties for patching a Windows machine.