pulumi-aws-kotlin
6.6.1.0
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
)
Types
Constructors
Properties
Constructors
Gateway
Route
Spec
Http
Route
Match
Path
Link copied to clipboard
fun
GatewayRouteSpecHttpRouteMatchPath
(
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.