exposeHeaders

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

Parameters

value

The set of HTTP response headers that browsers are allowed to access. This configures the Access-Control-Expose-Headers header.


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


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

Parameters

values

The set of HTTP response headers that browsers are allowed to access. This configures the Access-Control-Expose-Headers header.