exposeHeaders

@JvmName(name = "fipaqraonwtvggyt")
suspend fun exposeHeaders(value: Output<List<String>>)
@JvmName(name = "dakdiwamlmglpkhi")
suspend fun exposeHeaders(value: List<String>?)

Parameters

value

The HTTP headers in your function response that you want to expose to origins that call the function URL.


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


@JvmName(name = "broripyrsaajeuqn")
suspend fun exposeHeaders(values: List<Output<String>>)
@JvmName(name = "xytubkbybklobkdn")
suspend fun exposeHeaders(vararg values: String)

Parameters

values

The HTTP headers in your function response that you want to expose to origins that call the function URL.