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
/
RulePathMatchArgs
Rule
Path
Match
Args
data
class
RulePathMatchArgs
(
val
caseSensitive
:
Output
<
Boolean
>
?
=
null
,
val
match
:
Output
<
RulePathMatchTypeArgs
>
)
:
ConvertibleToJava
<
RulePathMatchArgs
>
Members
Constructors
Rule
Path
Match
Args
Link copied to clipboard
constructor
(
caseSensitive
:
Output
<
Boolean
>
?
=
null
,
match
:
Output
<
RulePathMatchTypeArgs
>
)
Properties
case
Sensitive
Link copied to clipboard
val
caseSensitive
:
Output
<
Boolean
>
?
=
null
Indicates whether the match is case sensitive.
match
Link copied to clipboard
val
match
:
Output
<
RulePathMatchTypeArgs
>
The type of path match.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RulePathMatchArgs