Application Gateway Header Configuration Args
data class ApplicationGatewayHeaderConfigurationArgs(val headerName: Output<String>? = null, val headerValue: Output<String>? = null, val headerValueMatcher: Output<HeaderValueMatcherArgs>? = null) : ConvertibleToJava<ApplicationGatewayHeaderConfigurationArgs>
Header configuration of the Actions set in Application Gateway.
Constructors
Link copied to clipboard
constructor(headerName: Output<String>? = null, headerValue: Output<String>? = null, headerValueMatcher: Output<HeaderValueMatcherArgs>? = null)
Properties
Link copied to clipboard
Header name of the header configuration.
Link copied to clipboard
Header value of the header configuration.
Link copied to clipboard
An optional field under "Rewrite Action". It lets you capture and modify the value(s) of a specific header when multiple headers with the same name exist. Currently supported for Set-Cookie Response header only. For more details, visit https://aka.ms/appgwheadercrud