Software Update Configuration Windows Args
data class SoftwareUpdateConfigurationWindowsArgs(val classificationIncluded: Output<String>? = null, val classificationsIncludeds: Output<List<String>>? = null, val excludedKnowledgeBaseNumbers: Output<List<String>>? = null, val includedKnowledgeBaseNumbers: Output<List<String>>? = null, val reboot: Output<String>? = null) : ConvertibleToJava<SoftwareUpdateConfigurationWindowsArgs>