headerAction

@JvmName(name = "dpiikhxhmvdjrmce")
suspend fun headerAction(value: Output<URLMapPathMatcherHeaderActionArgs>)
@JvmName(name = "csnwixnltlbtvevk")
suspend fun headerAction(value: URLMapPathMatcherHeaderActionArgs?)

Parameters

value

Specifies changes to request and response headers that need to take effect for the selected backendService. HeaderAction specified here are applied after the matching HttpRouteRule HeaderAction and before the HeaderAction in the UrlMap Structure is documented below.


@JvmName(name = "eldeaurtkeemyyuv")
suspend fun headerAction(argument: suspend URLMapPathMatcherHeaderActionArgsBuilder.() -> Unit)

Parameters

argument

Specifies changes to request and response headers that need to take effect for the selected backendService. HeaderAction specified here are applied after the matching HttpRouteRule HeaderAction and before the HeaderAction in the UrlMap Structure is documented below.