allowMethods

@JvmName(name = "lfuolekprxcaruex")
suspend fun allowMethods(value: Output<List<String>>)
@JvmName(name = "gfwdoamrypdswvdh")
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 = "vaotlpxvppkwkowj")
suspend fun allowMethods(vararg values: Output<String>)


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

Parameters

values

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