RegionUrlMapPathMatcherRouteRuleHeaderActionArgs

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

fun RegionUrlMapPathMatcherRouteRuleHeaderActionArgs(requestHeadersToAdds: Output<List<RegionUrlMapPathMatcherRouteRuleHeaderActionRequestHeadersToAddArgs>>? = null, requestHeadersToRemoves: Output<List<String>>? = null, responseHeadersToAdds: Output<List<RegionUrlMapPathMatcherRouteRuleHeaderActionResponseHeadersToAddArgs>>? = null, responseHeadersToRemoves: Output<List<String>>? = null)

Functions

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

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.