exposeHeaders

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

Parameters

value

Specifies the content for the Access-Control-Allow-Headers response header.


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


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

Parameters

values

Specifies the content for the Access-Control-Allow-Headers response header.