exposeHeaders

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

Parameters

value

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


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


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

Parameters

values

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