ApplicationGatewayHeaderConfigurationArgs

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

constructor(headerName: Output<String>? = null, headerValue: Output<String>? = null, headerValueMatcher: Output<HeaderValueMatcherArgs>? = null)

Properties

Link copied to clipboard
val headerName: Output<String>? = null

Header name of the header configuration.

Link copied to clipboard
val headerValue: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ApplicationGatewayHeaderConfigurationArgs