verbs

@JvmName(name = "uerjeaovgrmfjymv")
suspend fun verbs(value: Output<List<String>>)
@JvmName(name = "qucmqhjruasgpljy")
suspend fun verbs(value: List<String>?)

Parameters

value

verbs is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.


@JvmName(name = "kxkcrucxwsmtxnro")
suspend fun verbs(vararg values: Output<String>)


@JvmName(name = "fixrhvlyrihpawlt")
suspend fun verbs(values: List<Output<String>>)
@JvmName(name = "ghergvabykwyfifc")
suspend fun verbs(vararg values: String)

Parameters

values

verbs is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.