response Headers To Adds
suspend fun responseHeadersToAdds(value: Output<List<URLMapPathMatcherDefaultRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAddArgs>>)
suspend fun responseHeadersToAdds(value: List<URLMapPathMatcherDefaultRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAddArgs>?)
Parameters
value
Headers to add the response prior to sending the response back to the client. Structure is documented below.
suspend fun responseHeadersToAdds(vararg values: Output<URLMapPathMatcherDefaultRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAddArgs>)
suspend fun responseHeadersToAdds(values: List<Output<URLMapPathMatcherDefaultRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAddArgs>>)
suspend fun responseHeadersToAdds(vararg values: URLMapPathMatcherDefaultRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAddArgs)
Parameters
values
Headers to add the response prior to sending the response back to the client. Structure is documented below.
suspend fun responseHeadersToAdds(argument: List<suspend URLMapPathMatcherDefaultRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAddArgsBuilder.() -> Unit>)
suspend fun responseHeadersToAdds(vararg argument: suspend URLMapPathMatcherDefaultRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAddArgsBuilder.() -> Unit)
suspend fun responseHeadersToAdds(argument: suspend URLMapPathMatcherDefaultRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAddArgsBuilder.() -> Unit)
Parameters
argument
Headers to add the response prior to sending the response back to the client. Structure is documented below.