exposeHeaders

@JvmName(name = "rudwmqhxcxqtyfec")
suspend fun exposeHeaders(value: Output<List<String>>)
@JvmName(name = "ypcxmgoixkcncghk")
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 = "yfnksmvbtbqctvhn")
suspend fun exposeHeaders(vararg values: Output<String>)


@JvmName(name = "rpbyltnkwbgpbxik")
suspend fun exposeHeaders(values: List<Output<String>>)
@JvmName(name = "kdpcthmiycdhfauu")
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.