toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.vpclattice.kotlin.inputs
/
RulePathMatchTypeArgs
Rule
Path
Match
Type
Args
data
class
RulePathMatchTypeArgs
(
val
exact
:
Output
<
String
>
?
=
null
,
val
prefix
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
RulePathMatchTypeArgs
>
Members
Constructors
Rule
Path
Match
Type
Args
Link copied to clipboard
constructor
(
exact
:
Output
<
String
>
?
=
null
,
prefix
:
Output
<
String
>
?
=
null
)
Properties
exact
Link copied to clipboard
val
exact
:
Output
<
String
>
?
=
null
An exact match of the path.
prefix
Link copied to clipboard
val
prefix
:
Output
<
String
>
?
=
null
A prefix match of the path.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RulePathMatchTypeArgs