data class PatchDeploymentPatchConfigYumArgs(val excludes: Output<List<String>>? = null, val exclusivePackages: Output<List<String>>? = null, val minimal: Output<Boolean>? = null, val security: Output<Boolean>? = null) : ConvertibleToJava<PatchDeploymentPatchConfigYumArgs>
An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field cannot be specified with any other patch configuration fields.