allowedMethods

@JvmName(name = "tqxsvelnlqpbaxqh")
suspend fun allowedMethods(value: Output<List<String>>)
@JvmName(name = "yjhhfhcvqndwqwei")
suspend fun allowedMethods(value: List<String>?)

Parameters

value

Allowed HTTP methods on cross-site requests. The special value * allows all methods. If not set, GET and HEAD are allowed by default.


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


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

Parameters

values

Allowed HTTP methods on cross-site requests. The special value * allows all methods. If not set, GET and HEAD are allowed by default.