RouteSpecHttp2RouteMatchQueryParameterArgs

data class RouteSpecHttp2RouteMatchQueryParameterArgs(val match: Output<RouteSpecHttp2RouteMatchQueryParameterMatchArgs>? = null, val name: Output<String>) : ConvertibleToJava<RouteSpecHttp2RouteMatchQueryParameterArgs>

Constructors

constructor(match: Output<RouteSpecHttp2RouteMatchQueryParameterMatchArgs>? = null, name: Output<String>)

Properties

Link copied to clipboard

The query parameter to match on.

Link copied to clipboard
val name: Output<String>

Name for the query parameter that will be matched on.

Functions

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