ApplicationGatewayHeaderConfigurationArgs

data class ApplicationGatewayHeaderConfigurationArgs(val headerName: Output<String>? = null, val headerValue: Output<String>? = null) : ConvertibleToJava<ApplicationGatewayHeaderConfigurationArgs>

Header configuration of the Actions set in Application Gateway.

Constructors

constructor(headerName: Output<String>? = null, headerValue: Output<String>? = 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.

Functions

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