allowMethods

@JvmName(name = "eweocywxjxpjkiis")
suspend fun allowMethods(value: Output<List<String>>)
@JvmName(name = "ggcgosmokusgolqd")
suspend fun allowMethods(value: List<String>?)

Parameters

value

Represents a collection of allowed HTTP methods. Supported only for HTTP APIs.


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


@JvmName(name = "vkglbfvlrsmyyoya")
suspend fun allowMethods(values: List<Output<String>>)
@JvmName(name = "tpesqdmyqbukcvuu")
suspend fun allowMethods(vararg values: String)

Parameters

values

Represents a collection of allowed HTTP methods. Supported only for HTTP APIs.