exact

@JvmName(name = "xkqvnygpkiqksmgu")
suspend fun exact(value: Output<String>)
@JvmName(name = "xailgipbbgabmgmr")
suspend fun exact(value: String?)

Parameters

value

The input string must match exactly the string specified here. Examples:

  • abc only matches the value abc.