allowedMethods

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

Parameters

value

A list of HTTP methods (e.g. GET) which are allowed from the specified origin.


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


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

Parameters

values

A list of HTTP methods (e.g. GET) which are allowed from the specified origin.