notIn

@JvmName(name = "rbbtwbbrfxpigwyi")
suspend fun notIn(value: Output<List<String>>)
@JvmName(name = "rykkuiytkqltuotl")
suspend fun notIn(value: List<String>?)

Parameters

value

The list of values to filter out.


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


@JvmName(name = "dfkaoaaprktbtvop")
suspend fun notIn(values: List<Output<String>>)
@JvmName(name = "xkhjdkaalgxskjvu")
suspend fun notIn(vararg values: String)

Parameters

values

The list of values to filter out.