exposeHeaders

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


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