request Headers To Adds
suspend fun requestHeadersToAdds(value: Output<List<URLMapPathMatcherHeaderActionRequestHeadersToAddArgs>>)
suspend fun requestHeadersToAdds(value: List<URLMapPathMatcherHeaderActionRequestHeadersToAddArgs>?)
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<URLMapPathMatcherHeaderActionRequestHeadersToAddArgs>)
suspend fun requestHeadersToAdds(values: List<Output<URLMapPathMatcherHeaderActionRequestHeadersToAddArgs>>)
suspend fun requestHeadersToAdds(vararg values: URLMapPathMatcherHeaderActionRequestHeadersToAddArgs)
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 URLMapPathMatcherHeaderActionRequestHeadersToAddArgsBuilder.() -> Unit>)
suspend fun requestHeadersToAdds(vararg argument: suspend URLMapPathMatcherHeaderActionRequestHeadersToAddArgsBuilder.() -> Unit)
suspend fun requestHeadersToAdds(argument: suspend URLMapPathMatcherHeaderActionRequestHeadersToAddArgsBuilder.() -> Unit)
Parameters
argument
Headers to add to a matching request prior to forwarding the request to the backendService. Structure is documented below.