exclusivePackages

@JvmName(name = "qkhvujhgpugmbqyv")
suspend fun exclusivePackages(value: Output<List<String>>)
@JvmName(name = "nvjubmvufwmkqfyf")
suspend fun exclusivePackages(value: List<String>?)

Parameters

value

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.


@JvmName(name = "qivcmqjpkqqvxumh")
suspend fun exclusivePackages(vararg values: Output<String>)


@JvmName(name = "eoygoxwichngpqkj")
suspend fun exclusivePackages(values: List<Output<String>>)
@JvmName(name = "culvxscgmbxroowa")
suspend fun exclusivePackages(vararg values: String)

Parameters

values

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.