exposeHeaders

@JvmName(name = "gsnabwlpgypcagxl")
suspend fun exposeHeaders(value: Output<List<String>>)
@JvmName(name = "twbkfxashvqwialr")
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 = "omqfvdrxsykgxrcy")
suspend fun exposeHeaders(vararg values: Output<String>)


@JvmName(name = "prvnjnwdbprlhytd")
suspend fun exposeHeaders(values: List<Output<String>>)
@JvmName(name = "nhbndydjfmdwuili")
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.