RouteSpecHttp2RouteMatchPathArgs

data class RouteSpecHttp2RouteMatchPathArgs(val exact: Output<String>? = null, val regex: Output<String>? = null) : ConvertibleToJava<RouteSpecHttp2RouteMatchPathArgs>

Constructors

Link copied to clipboard
fun RouteSpecHttp2RouteMatchPathArgs(exact: Output<String>? = null, regex: Output<String>? = null)

Functions

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

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 regex: Output<String>? = null

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