allowedMethods

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

Parameters

value

The methods to be allowed via CORS. Possible values are DELETE, GET, HEAD, MERGE, POST, OPTIONS, PATCH and PUT.


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


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

Parameters

values

The methods to be allowed via CORS. Possible values are DELETE, GET, HEAD, MERGE, POST, OPTIONS, PATCH and PUT.