header Action
suspend fun headerAction(value: Output<URLMapPathMatcherPathRuleRouteActionWeightedBackendServiceHeaderActionArgs>)
suspend fun headerAction(value: URLMapPathMatcherPathRuleRouteActionWeightedBackendServiceHeaderActionArgs?)
Parameters
value
Specifies changes to request and response headers that need to take effect for the selected backendService. headerAction specified here take effect before headerAction in the enclosing HttpRouteRule, PathMatcher and UrlMap. Structure is documented below.
suspend fun headerAction(argument: suspend URLMapPathMatcherPathRuleRouteActionWeightedBackendServiceHeaderActionArgsBuilder.() -> Unit)
Parameters
argument
Specifies changes to request and response headers that need to take effect for the selected backendService. headerAction specified here take effect before headerAction in the enclosing HttpRouteRule, PathMatcher and UrlMap. Structure is documented below.