excludes

@JvmName(name = "ievdqfcnjcvcmoek")
suspend fun excludes(value: Output<List<String>>)
@JvmName(name = "tbphbvounukgxmgx")
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 = "wfcqoxipththrvfu")
suspend fun excludes(vararg values: Output<String>)


@JvmName(name = "whmaeskhyyhobnsa")
suspend fun excludes(values: List<Output<String>>)
@JvmName(name = "yodbrdmambfilemb")
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.