responseHeadersToRemove

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


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