allowMethods

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

Parameters

value

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


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


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

Parameters

values

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