headerAction

@JvmName(name = "nlomlirirrrfjcjm")
suspend fun headerAction(value: Output<URLMapHeaderActionArgs>)
@JvmName(name = "dbgxkvsgyqvcdyfu")
suspend fun headerAction(value: URLMapHeaderActionArgs?)

Parameters

value

Specifies changes to request and response headers that need to take effect for the selected backendService. The headerAction specified here take effect after headerAction specified under pathMatcher. Structure is documented below.


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

Parameters

argument

Specifies changes to request and response headers that need to take effect for the selected backendService. The headerAction specified here take effect after headerAction specified under pathMatcher. Structure is documented below.