notIn

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

Parameters

value

The list of values to filter out.


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


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

Parameters

values

The list of values to filter out.