responseHeadersToRemove

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


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