Region Url Map Path Matcher Route Rule Header Action Args
data class RegionUrlMapPathMatcherRouteRuleHeaderActionArgs(val requestHeadersToAdds: Output<List<RegionUrlMapPathMatcherRouteRuleHeaderActionRequestHeadersToAddArgs>>? = null, val requestHeadersToRemoves: Output<List<String>>? = null, val responseHeadersToAdds: Output<List<RegionUrlMapPathMatcherRouteRuleHeaderActionResponseHeadersToAddArgs>>? = null, val responseHeadersToRemoves: Output<List<String>>? = null) : ConvertibleToJava<RegionUrlMapPathMatcherRouteRuleHeaderActionArgs>
Constructors
Link copied to clipboard
constructor(requestHeadersToAdds: Output<List<RegionUrlMapPathMatcherRouteRuleHeaderActionRequestHeadersToAddArgs>>? = null, requestHeadersToRemoves: Output<List<String>>? = null, responseHeadersToAdds: Output<List<RegionUrlMapPathMatcherRouteRuleHeaderActionResponseHeadersToAddArgs>>? = null, responseHeadersToRemoves: Output<List<String>>? = null)
Properties
Link copied to clipboard
val requestHeadersToAdds: Output<List<RegionUrlMapPathMatcherRouteRuleHeaderActionRequestHeadersToAddArgs>>? = 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<RegionUrlMapPathMatcherRouteRuleHeaderActionResponseHeadersToAddArgs>>? = 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.