allowedResponseHeaders

@JvmName(name = "bawqjhwjugxjeoqq")
suspend fun allowedResponseHeaders(value: Output<List<String>>)
@JvmName(name = "aeomarlaymltrwhl")
suspend fun allowedResponseHeaders(value: List<String>?)

Parameters

value

List of headers to whitelist and allowing a plugin to include them in the response.


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


@JvmName(name = "tkrhxecgrltwxssc")
suspend fun allowedResponseHeaders(values: List<Output<String>>)
@JvmName(name = "bmkpwstwfcexrqtc")
suspend fun allowedResponseHeaders(vararg values: String)

Parameters

values

List of headers to whitelist and allowing a plugin to include them in the response.