RouteSpecHttp2RouteMatchHeaderMatchArgs

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

Constructors

Link copied to clipboard
fun RouteSpecHttp2RouteMatchHeaderMatchArgs(exact: Output<String>? = null, prefix: Output<String>? = null, range: Output<RouteSpecHttp2RouteMatchHeaderMatchRangeArgs>? = null, regex: Output<String>? = null, suffix: Output<String>? = null)

Functions

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

Properties

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

The exact path to match on.

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

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

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

The regex used to match the path.

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

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