pulumi-aws-kotlin
6.33.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.appmesh.kotlin.inputs
/
RouteSpecHttpRouteMatchPathArgs
Route
Spec
Http
Route
Match
Path
Args
data
class
RouteSpecHttpRouteMatchPathArgs
(
val
exact
:
Output
<
String
>
?
=
null
,
val
regex
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
RouteSpecHttpRouteMatchPathArgs
>
Constructors
Functions
Properties
Constructors
Route
Spec
Http
Route
Match
Path
Args
Link copied to clipboard
fun
RouteSpecHttpRouteMatchPathArgs
(
exact
:
Output
<
String
>
?
=
null
,
regex
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RouteSpecHttpRouteMatchPathArgs
Properties
exact
Link copied to clipboard
val
exact
:
Output
<
String
>
?
=
null
The exact path to match on.
regex
Link copied to clipboard
val
regex
:
Output
<
String
>
?
=
null
The regex used to match the path.