exposeHeaders

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

Parameters

value

One or more headers in the response that you want customers to be able to access from their applications (for example, from a JavaScript XMLHttpRequest object).


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


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

Parameters

values

One or more headers in the response that you want customers to be able to access from their applications (for example, from a JavaScript XMLHttpRequest object).