Image Template Windows Update Customizer Args
data class ImageTemplateWindowsUpdateCustomizerArgs(val filters: Output<List<String>>? = null, val name: Output<String>? = null, val searchCriteria: Output<String>? = null, val type: Output<String>, val updateLimit: Output<Int>? = null) : ConvertibleToJava<ImageTemplateWindowsUpdateCustomizerArgs>
Installs Windows Updates. Corresponds to Packer Windows Update Provisioner (https://github.com/rgl/packer-provisioner-windows-update)
Constructors
Properties
Link copied to clipboard
Criteria to search updates. Omit or specify empty string to use the default (search all). Refer to above link for examples and detailed description of this field.
Link copied to clipboard
Maximum number of updates to apply at a time. Omit or specify 0 to use the default (1000)