Patch Deployment Patch Config Yum Args
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>