Region Url Map Default Route Action Weighted Backend Service Header Action Args
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
Link copied to clipboard
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
val requestHeadersToAdds: Output<List<RegionUrlMapDefaultRouteActionWeightedBackendServiceHeaderActionRequestHeadersToAddArgs>>? = null
Headers to add to a matching request before forwarding the request to the backendService. Structure is documented below.
Link copied to clipboard
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
val responseHeadersToAdds: Output<List<RegionUrlMapDefaultRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAddArgs>>? = null
Headers to add the response before sending the response back to the client. Structure is documented below.
Link copied to clipboard
A list of header names for headers that need to be removed from the response before sending the response back to the client.