excludes

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

Parameters

value

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


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


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

Parameters

values

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