allowMethods

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


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