excludes

@JvmName(name = "brybxsfmspcmtsfo")
suspend fun excludes(value: Output<List<String>>)
@JvmName(name = "ytsxrcfsgpcfbaop")
suspend fun excludes(value: List<String>?)

Parameters

value

List of packages to exclude from update. These packages are excluded by using the yum --exclude flag.


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


@JvmName(name = "yoabauxcyxbcquaj")
suspend fun excludes(values: List<Output<String>>)
@JvmName(name = "llsqkuusawjvugri")
suspend fun excludes(vararg values: String)

Parameters

values

List of packages to exclude from update. These packages are excluded by using the yum --exclude flag.