GatewayRouteSpecHttpRouteMatchHeaderMatchArgs

data class GatewayRouteSpecHttpRouteMatchHeaderMatchArgs(val exact: Output<String>? = null, val prefix: Output<String>? = null, val range: Output<GatewayRouteSpecHttpRouteMatchHeaderMatchRangeArgs>? = null, val regex: Output<String>? = null, val suffix: Output<String>? = null) : ConvertibleToJava<GatewayRouteSpecHttpRouteMatchHeaderMatchArgs>

Constructors

constructor(exact: Output<String>? = null, prefix: Output<String>? = null, range: Output<GatewayRouteSpecHttpRouteMatchHeaderMatchRangeArgs>? = null, regex: Output<String>? = null, suffix: Output<String>? = null)

Properties

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

Header value sent by the client must match the specified value exactly.

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

Specified beginning characters to rewrite.

Link copied to clipboard

Object that specifies the range of numbers that the header value sent by the client must be included in.

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

Header value sent by the client must include the specified characters.

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

Header value sent by the client must end with the specified characters.

Functions

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