Patch Deployment Patch Config Apt Args
data class PatchDeploymentPatchConfigAptArgs(val excludes: Output<List<String>>? = null, val exclusivePackages: Output<List<String>>? = null, val type: Output<String>? = null) : ConvertibleToJava<PatchDeploymentPatchConfigAptArgs>