items

@JvmName(name = "rqnpqiqalcxogojn")
suspend fun items(value: Output<List<String>>)
@JvmName(name = "lhpsarjpunmfemas")
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 = "uonmcrlrwisuluqt")
suspend fun items(vararg values: Output<String>)


@JvmName(name = "fewfpjtbfyhsqpvw")
suspend fun items(values: List<Output<String>>)
@JvmName(name = "jknaxpsmskxckgdq")
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.