pulumi-aws-kotlin
6.6.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.appmesh.kotlin.outputs
/
GatewayRouteSpecHttp2RouteMatchPath
Gateway
Route
Spec
Http2Route
Match
Path
data
class
GatewayRouteSpecHttp2RouteMatchPath
(
val
exact
:
String
?
=
null
,
val
regex
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Gateway
Route
Spec
Http2Route
Match
Path
Link copied to clipboard
fun
GatewayRouteSpecHttp2RouteMatchPath
(
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.