allowedMethods

@JvmName(name = "baltipdiibofoxcx")
suspend fun allowedMethods(value: Output<List<String>>)
@JvmName(name = "wguwwqxkwoqonfjl")
suspend fun allowedMethods(value: List<String>)

Parameters

value

The cross-origin request method that is allowed. Valid values: GET, PUT, DELETE, POST, and HEAD.


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


@JvmName(name = "usstgdeuxmoqkisp")
suspend fun allowedMethods(values: List<Output<String>>)
@JvmName(name = "dvbuirgnomjosvec")
suspend fun allowedMethods(vararg values: String)

Parameters

values

The cross-origin request method that is allowed. Valid values: GET, PUT, DELETE, POST, and HEAD.