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.outputs
/
RulePathMatch
Rule
Path
Match
data
class
RulePathMatch
(
val
caseSensitive
:
Boolean
?
=
null
,
val
match
:
RulePathMatchType
)
Members
Constructors
Rule
Path
Match
Link copied to clipboard
constructor
(
caseSensitive
:
Boolean
?
=
null
,
match
:
RulePathMatchType
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
case
Sensitive
Link copied to clipboard
val
caseSensitive
:
Boolean
?
=
null
Indicates whether the match is case sensitive.
match
Link copied to clipboard
val
match
:
RulePathMatchType
The type of path match.