methods

@JvmName(name = "runtrsirklvxaiov")
suspend fun methods(value: Output<List<String>>)
@JvmName(name = "hpeaemqtcddnrnvm")
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 = "qlyjdnqpokkgdfbk")
suspend fun methods(vararg values: Output<String>)


@JvmName(name = "ofpvhdsbunvamojo")
suspend fun methods(values: List<Output<String>>)
@JvmName(name = "pvwcjjqlfwcxajsf")
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.