toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.appmesh.kotlin.outputs
/
RouteSpecHttpRouteMatchQueryParameter
Route
Spec
Http
Route
Match
Query
Parameter
data
class
RouteSpecHttpRouteMatchQueryParameter
(
val
match
:
RouteSpecHttpRouteMatchQueryParameterMatch
?
=
null
,
val
name
:
String
)
Members
Constructors
Route
Spec
Http
Route
Match
Query
Parameter
Link copied to clipboard
constructor
(
match
:
RouteSpecHttpRouteMatchQueryParameterMatch
?
=
null
,
name
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
match
Link copied to clipboard
val
match
:
RouteSpecHttpRouteMatchQueryParameterMatch
?
=
null
The query parameter to match on.
name
Link copied to clipboard
val
name
:
String
Name for the query parameter that will be matched on.