allowOrigins

@JvmName(name = "qvomwowacplcyboa")
suspend fun allowOrigins(value: Output<List<String>>)
@JvmName(name = "lahbxdljkdbdkfsh")
suspend fun allowOrigins(value: List<String>?)

Parameters

value

The origins that can access the function URL. You can list any number of specific origins (or the wildcard character ("*")), separated by a comma. For example: ["https://www&#46;example&#46;com", "http://localhost:60905"].


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


@JvmName(name = "npbunnjlqaaggfhr")
suspend fun allowOrigins(values: List<Output<String>>)
@JvmName(name = "ssdwawlxdrhalvld")
suspend fun allowOrigins(vararg values: String)

Parameters

values

The origins that can access the function URL. You can list any number of specific origins (or the wildcard character ("*")), separated by a comma. For example: ["https://www&#46;example&#46;com", "http://localhost:60905"].