excludes

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

Parameters

value

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


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


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

Parameters

values

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