exposedHeaders

@JvmName(name = "wnvkqaylotvbwdau")
suspend fun exposedHeaders(value: Output<List<String>>)
@JvmName(name = "yscjsoplbxfemwgh")
suspend fun exposedHeaders(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 = "hpcwbtcqmcsemlgt")
suspend fun exposedHeaders(vararg values: Output<String>)


@JvmName(name = "fijbuickfctivwbu")
suspend fun exposedHeaders(values: List<Output<String>>)
@JvmName(name = "dljanpqtmyuihijp")
suspend fun exposedHeaders(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).