exposeHeaders

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

Parameters

value

Set of 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 = "hgwoogphtxckvsjp")
suspend fun exposeHeaders(vararg values: Output<String>)


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

Parameters

values

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