data class ConfigurationInstallPatchesWindowArgs(val classificationsToIncludes: Output<List<String>>? = null, val kbNumbersToExcludes: Output<List<String>>? = null, val kbNumbersToIncludes: Output<List<String>>? = null) : ConvertibleToJava<ConfigurationInstallPatchesWindowArgs>
List of Classification category of patches to be patched. Possible values are Critical, Security, UpdateRollup, FeaturePack, ServicePack, Definition, Tools and Updates.