toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.vpclattice.kotlin.outputs
/
ListenerRuleMatchHttpMatchPathMatch
Listener
Rule
Match
Http
Match
Path
Match
data
class
ListenerRuleMatchHttpMatchPathMatch
(
val
caseSensitive
:
Boolean
?
=
null
,
val
match
:
ListenerRuleMatchHttpMatchPathMatchMatch
)
Members
Constructors
Listener
Rule
Match
Http
Match
Path
Match
Link copied to clipboard
constructor
(
caseSensitive
:
Boolean
?
=
null
,
match
:
ListenerRuleMatchHttpMatchPathMatchMatch
)
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. Defaults to false.
match
Link copied to clipboard
val
match
:
ListenerRuleMatchHttpMatchPathMatchMatch
The header match type.