excludes

@JvmName(name = "crkfxxsfpctrwxnh")
suspend fun excludes(value: Output<List<String>>)
@JvmName(name = "uoyosxhjtitdbsie")
suspend fun excludes(value: List<String>)

Parameters

value

Array of repository names or patterns to exclude. The condition will not pass if any of these patterns match.


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


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

Parameters

values

Array of repository names or patterns to exclude. The condition will not pass if any of these patterns match.