headerAction

@JvmName(name = "pjxidqoudgevwvrc")
suspend fun headerAction(value: Output<URLMapDefaultRouteActionWeightedBackendServiceHeaderActionArgs>)

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.


@JvmName(name = "hjsrgrawbilxpygn")
suspend fun headerAction(argument: suspend URLMapDefaultRouteActionWeightedBackendServiceHeaderActionArgsBuilder.() -> 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.