request Headers To Adds
suspend fun requestHeadersToAdds(value: Output<List<URLMapPathMatcherRouteRuleHeaderActionRequestHeadersToAddArgs>>)
suspend fun requestHeadersToAdds(value: List<URLMapPathMatcherRouteRuleHeaderActionRequestHeadersToAddArgs>?)
Parameters
value
Headers to add to a matching request prior to forwarding the request to the backendService. Structure is documented below.
suspend fun requestHeadersToAdds(vararg values: Output<URLMapPathMatcherRouteRuleHeaderActionRequestHeadersToAddArgs>)
suspend fun requestHeadersToAdds(values: List<Output<URLMapPathMatcherRouteRuleHeaderActionRequestHeadersToAddArgs>>)
suspend fun requestHeadersToAdds(vararg values: URLMapPathMatcherRouteRuleHeaderActionRequestHeadersToAddArgs)
Parameters
values
Headers to add to a matching request prior to forwarding the request to the backendService. Structure is documented below.
suspend fun requestHeadersToAdds(argument: List<suspend URLMapPathMatcherRouteRuleHeaderActionRequestHeadersToAddArgsBuilder.() -> Unit>)
suspend fun requestHeadersToAdds(vararg argument: suspend URLMapPathMatcherRouteRuleHeaderActionRequestHeadersToAddArgsBuilder.() -> Unit)
suspend fun requestHeadersToAdds(argument: suspend URLMapPathMatcherRouteRuleHeaderActionRequestHeadersToAddArgsBuilder.() -> Unit)
Parameters
argument
Headers to add to a matching request prior to forwarding the request to the backendService. Structure is documented below.