allowMethods

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


@JvmName(name = "bnxhgaaxdpvklshy")
suspend fun allowMethods(values: List<Output<String>>)
@JvmName(name = "lnnmikicrsjventi")
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 (["*"]).