response Headers To Adds
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<URLMapHeaderActionResponseHeadersToAddArgs>)
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 URLMapHeaderActionResponseHeadersToAddArgsBuilder.() -> Unit>)
suspend fun responseHeadersToAdds(vararg argument: suspend URLMapHeaderActionResponseHeadersToAddArgsBuilder.() -> Unit)
suspend fun responseHeadersToAdds(argument: suspend URLMapHeaderActionResponseHeadersToAddArgsBuilder.() -> Unit)
Parameters
argument
Headers to add the response prior to sending the response back to the client. Structure is documented below.