Http
    data class HttpHeaderActionArgs(val requestHeadersToAdd: Output<List<HttpHeaderOptionArgs>>? = null, val requestHeadersToRemove: Output<List<String>>? = null, val responseHeadersToAdd: Output<List<HttpHeaderOptionArgs>>? = null, val responseHeadersToRemove: Output<List<String>>? = null) : ConvertibleToJava<HttpHeaderActionArgs> 
The request and response header transformations that take effect before the request is passed along to the selected backendService.
Constructors
Link copied to clipboard
                fun HttpHeaderActionArgs(requestHeadersToAdd: Output<List<HttpHeaderOptionArgs>>? = null, requestHeadersToRemove: Output<List<String>>? = null, responseHeadersToAdd: Output<List<HttpHeaderOptionArgs>>? = null, responseHeadersToRemove: Output<List<String>>? = null)