allowedMethods

@JvmName(name = "wmhinuvhjnlnvvoh")
suspend fun allowedMethods(value: Output<List<String>>)
@JvmName(name = "suoqtxmsrvajynsy")
suspend fun allowedMethods(value: List<String>?)

Parameters

value

Allowed HTTP methods on cross-site requests. The special value * allows all methods. If not set, GET and HEAD are allowed by default. Possible values are DELETE, GET, HEAD, MERGE, POST, OPTIONS and PUT.


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


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

Parameters

values

Allowed HTTP methods on cross-site requests. The special value * allows all methods. If not set, GET and HEAD are allowed by default. Possible values are DELETE, GET, HEAD, MERGE, POST, OPTIONS and PUT.