pulumi-aws-native-kotlin
0.82.0.0
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
>
Constructors
Functions
Properties
Constructors
Rule
Path
Match
Args
Link copied to clipboard
fun
RulePathMatchArgs
(
caseSensitive
:
Output
<
Boolean
>
?
=
null
,
match
:
Output
<
RulePathMatchTypeArgs
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RulePathMatchArgs
Properties
case
Sensitive
Link copied to clipboard
val
caseSensitive
:
Output
<
Boolean
>
?
=
null
match
Link copied to clipboard
val
match
:
Output
<
RulePathMatchTypeArgs
>