verbs

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

Parameters

value

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


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


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

Parameters

values

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