contains

@JvmName(name = "djhmvykhmxaipbvk")
suspend fun contains(value: Output<String>)
@JvmName(name = "niatlpndnohjbyvh")
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