URLMap Path Matcher Header Action Args
data class URLMapPathMatcherHeaderActionArgs(val requestHeadersToAdds: Output<List<URLMapPathMatcherHeaderActionRequestHeadersToAddArgs>>? = null, val requestHeadersToRemoves: Output<List<String>>? = null, val responseHeadersToAdds: Output<List<URLMapPathMatcherHeaderActionResponseHeadersToAddArgs>>? = null, val responseHeadersToRemoves: Output<List<String>>? = null) : ConvertibleToJava<URLMapPathMatcherHeaderActionArgs>
Constructors
Link copied to clipboard
fun URLMapPathMatcherHeaderActionArgs(requestHeadersToAdds: Output<List<URLMapPathMatcherHeaderActionRequestHeadersToAddArgs>>? = null, requestHeadersToRemoves: Output<List<String>>? = null, responseHeadersToAdds: Output<List<URLMapPathMatcherHeaderActionResponseHeadersToAddArgs>>? = null, responseHeadersToRemoves: Output<List<String>>? = null)
Functions
Properties
Link copied to clipboard
val requestHeadersToAdds: Output<List<URLMapPathMatcherHeaderActionRequestHeadersToAddArgs>>? = null
Link copied to clipboard
val responseHeadersToAdds: Output<List<URLMapPathMatcherHeaderActionResponseHeadersToAddArgs>>? = null