prefix

@JvmName(name = "xusbgycqegfkurhy")
suspend fun prefix(value: Output<String>)
@JvmName(name = "qygjgpcwmuiusegx")
suspend fun prefix(value: String?)

Parameters

value

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

  • abc matches the value abc.xyz