items

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


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