allowMethods

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

Parameters

value

The allowed HTTP methods for CORS requests. Valid values: GET, POST, PUT, DELETE, HEAD, OPTIONS, PATCH.


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


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

Parameters

values

The allowed HTTP methods for CORS requests. Valid values: GET, POST, PUT, DELETE, HEAD, OPTIONS, PATCH.