responseHeadersToRemove

@JvmName(name = "htvfggogjncssofb")
suspend fun responseHeadersToRemove(value: Output<List<String>>)
@JvmName(name = "wogjdfirxpbbwllu")
suspend fun responseHeadersToRemove(value: List<String>?)

Parameters

value

A list of header names for headers that need to be removed from the response before sending the response back to the client.


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


@JvmName(name = "bbuwnanugchswmsm")
suspend fun responseHeadersToRemove(values: List<Output<String>>)
@JvmName(name = "uudwokqlvqumjjms")
suspend fun responseHeadersToRemove(vararg values: String)

Parameters

values

A list of header names for headers that need to be removed from the response before sending the response back to the client.