RouteSpecHttpRouteMatchPathArgs

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

Constructors

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

Properties

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

Value sent by the client must match the specified value exactly. Must be between 1 and 255 characters in length.

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

Value sent by the client must include the specified characters. Must be between 1 and 255 characters in length.

Functions

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