allowMethods

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


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

Parameters

values

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