items

@JvmName(name = "yaiqsvsomwjlamdr")
suspend fun items(value: Output<List<String>>)
@JvmName(name = "lpixcbslhyewemwt")
suspend fun items(value: List<String>)

Parameters

value

The list of HTTP methods. Valid values are:

  • GET

  • DELETE

  • HEAD

  • OPTIONS

  • PATCH

  • POST

  • PUT

  • ALL ALL is a special value that includes all of the listed HTTP methods.


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


@JvmName(name = "atctacbryvuwaxco")
suspend fun items(values: List<Output<String>>)
@JvmName(name = "jmxbxgxmnujwmwtu")
suspend fun items(vararg values: String)

Parameters

values

The list of HTTP methods. Valid values are:

  • GET

  • DELETE

  • HEAD

  • OPTIONS

  • PATCH

  • POST

  • PUT

  • ALL ALL is a special value that includes all of the listed HTTP methods.