responseHeadersToRemove

@JvmName(name = "lbxuauqkykmyfijq")
suspend fun responseHeadersToRemove(value: Output<List<String>>)
@JvmName(name = "yhljteafwpvxrqiu")
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 = "ruukydqtlvicipwh")
suspend fun responseHeadersToRemove(vararg values: Output<String>)


@JvmName(name = "hhnmsjrujtxpxwtq")
suspend fun responseHeadersToRemove(values: List<Output<String>>)
@JvmName(name = "cortkymbaemocyix")
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.