allowedMethods

@JvmName(name = "frayyvsohxpgscsk")
suspend fun allowedMethods(value: Output<List<String>>)
@JvmName(name = "knrelunftpsyjwrj")
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 = "fkrpdkrsciionasr")
suspend fun allowedMethods(vararg values: Output<String>)


@JvmName(name = "mprccqlaysrxdvhc")
suspend fun allowedMethods(values: List<Output<String>>)
@JvmName(name = "iayypmleriqhkmma")
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.