methods

@JvmName(name = "oowtohauteililbr")
suspend fun methods(value: Output<List<String>>)
@JvmName(name = "rdhevvnwwykimllp")
suspend fun methods(value: List<String>?)

Parameters

value

The HTTP methods to match. You can specify a subset (for example, ['POST','PUT']) or all methods (['_ALL_']). This field is optional when creating a rate limit.


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


@JvmName(name = "wsughvjuojkyaknv")
suspend fun methods(values: List<Output<String>>)
@JvmName(name = "vqqurkmfjjaslyfr")
suspend fun methods(vararg values: String)

Parameters

values

The HTTP methods to match. You can specify a subset (for example, ['POST','PUT']) or all methods (['_ALL_']). This field is optional when creating a rate limit.