allowMethods

@JvmName(name = "txnvobjjeyxqtskw")
suspend fun allowMethods(value: Output<List<String>>)
@JvmName(name = "nbyyvuysnlffnlvk")
suspend fun allowMethods(value: List<String>?)

Parameters

value

The HTTP methods that are allowed when calling the function URL. For example: ["GET", "POST", "DELETE"], or the wildcard character (["*"]).


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


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

Parameters

values

The HTTP methods that are allowed when calling the function URL. For example: ["GET", "POST", "DELETE"], or the wildcard character (["*"]).