RegionUrlMapDefaultRouteActionWeightedBackendServiceHeaderActionArgs

data class RegionUrlMapDefaultRouteActionWeightedBackendServiceHeaderActionArgs(val requestHeadersToAdds: Output<List<RegionUrlMapDefaultRouteActionWeightedBackendServiceHeaderActionRequestHeadersToAddArgs>>? = null, val requestHeadersToRemoves: Output<List<String>>? = null, val responseHeadersToAdds: Output<List<RegionUrlMapDefaultRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAddArgs>>? = null, val responseHeadersToRemoves: Output<List<String>>? = null) : ConvertibleToJava<RegionUrlMapDefaultRouteActionWeightedBackendServiceHeaderActionArgs>

Constructors

constructor(requestHeadersToAdds: Output<List<RegionUrlMapDefaultRouteActionWeightedBackendServiceHeaderActionRequestHeadersToAddArgs>>? = null, requestHeadersToRemoves: Output<List<String>>? = null, responseHeadersToAdds: Output<List<RegionUrlMapDefaultRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAddArgs>>? = null, responseHeadersToRemoves: Output<List<String>>? = null)

Properties

Link copied to clipboard

Headers to add to a matching request before forwarding the request to the backendService. Structure is documented below.

Link copied to clipboard
val requestHeadersToRemoves: Output<List<String>>? = null

A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.

Link copied to clipboard

Headers to add the response before sending the response back to the client. Structure is documented below.

Link copied to clipboard
val responseHeadersToRemoves: Output<List<String>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): RegionUrlMapDefaultRouteActionWeightedBackendServiceHeaderActionArgs