responseHeadersToRemove

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


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