allowMethods

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


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

Parameters

values

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