RouteSpecHttpRouteMatchQueryParameterArgs

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

Constructors

constructor(match: Output<RouteSpecHttpRouteMatchQueryParameterMatchArgs>? = 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(): RouteSpecHttpRouteMatchQueryParameterArgs