config

@JvmName(name = "rgrkahoevdrywgqi")
suspend fun config(value: Output<Map<String, String>>)
@JvmName(name = "sqpgjvyjwuungonh")
suspend fun config(value: Map<String, String>?)

Parameters

value

A map defining the configuration of the validator. Values can be a String or a json object.


@JvmName(name = "khlaplvdrgoxnlss")
fun config(vararg values: Pair<String, String>)

Parameters

values

A map defining the configuration of the validator. Values can be a String or a json object.