pulumi-aws-kotlin
6.33.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.appmesh.kotlin.inputs
/
RouteSpecHttp2RouteMatchPathArgs
Route
Spec
Http2Route
Match
Path
Args
data
class
RouteSpecHttp2RouteMatchPathArgs
(
val
exact
:
Output
<
String
>
?
=
null
,
val
regex
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
RouteSpecHttp2RouteMatchPathArgs
>
Constructors
Functions
Properties
Constructors
Route
Spec
Http2Route
Match
Path
Args
Link copied to clipboard
fun
RouteSpecHttp2RouteMatchPathArgs
(
exact
:
Output
<
String
>
?
=
null
,
regex
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RouteSpecHttp2RouteMatchPathArgs
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.