allowMethods

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


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