toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.appmesh.kotlin.outputs
/
GatewayRouteSpecHttpRouteMatchPath
Gateway
Route
Spec
Http
Route
Match
Path
data
class
GatewayRouteSpecHttpRouteMatchPath
(
val
exact
:
String
?
=
null
,
val
regex
:
String
?
=
null
)
Members
Constructors
Gateway
Route
Spec
Http
Route
Match
Path
Link copied to clipboard
constructor
(
exact
:
String
?
=
null
,
regex
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
exact
Link copied to clipboard
val
exact
:
String
?
=
null
The exact path to match on.
regex
Link copied to clipboard
val
regex
:
String
?
=
null
The regex used to match the path.