contains

@JvmName(name = "swujwpajhuxtsrxs")
suspend fun contains(value: Output<String>)
@JvmName(name = "xfdqrtbcuftuuodw")
suspend fun contains(value: String?)

Parameters

value

The input string must have the substring specified here. Note: empty contains match is not allowed, please use regex instead. Examples:

  • abc matches the value xyz.abc.def