Http Header Option Args
data class HttpHeaderOptionArgs(val headerName: Output<String>? = null, val headerValue: Output<String>? = null, val replace: Output<Boolean>? = null) : ConvertibleToJava<HttpHeaderOptionArgs>
Specification determining how headers are added to requests or responses.
Constructors
Link copied to clipboard
fun HttpHeaderOptionArgs(headerName: Output<String>? = null, headerValue: Output<String>? = null, replace: Output<Boolean>? = null)