exposedHeaders

@JvmName(name = "fbuihgpgbckfotef")
suspend fun exposedHeaders(value: Output<List<String>>)
@JvmName(name = "ijopgmwviowiojhq")
suspend fun exposedHeaders(value: List<String>)

Parameters

value

A list of response headers that are exposed to CORS clients.


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


@JvmName(name = "qakbvdreyjvkejxl")
suspend fun exposedHeaders(values: List<Output<String>>)
@JvmName(name = "pgslbhflwreptwgp")
suspend fun exposedHeaders(vararg values: String)

Parameters

values

A list of response headers that are exposed to CORS clients.