allowedMethods

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


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

Parameters

values

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