toggle menu
pulumi-aws-kotlin
6.76.0.0
jvm
switch theme
search in API
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
>
Members
Constructors
Route
Spec
Http2Route
Match
Path
Args
Link copied to clipboard
constructor
(
exact
:
Output
<
String
>
?
=
null
,
regex
:
Output
<
String
>
?
=
null
)
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.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RouteSpecHttp2RouteMatchPathArgs