toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.vpclattice.kotlin.outputs
/
ListenerRuleMatchHttpMatchPathMatchMatch
Listener
Rule
Match
Http
Match
Path
Match
Match
data
class
ListenerRuleMatchHttpMatchPathMatchMatch
(
val
exact
:
String
?
=
null
,
val
prefix
:
String
?
=
null
)
Members
Constructors
Listener
Rule
Match
Http
Match
Path
Match
Match
Link copied to clipboard
constructor
(
exact
:
String
?
=
null
,
prefix
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
exact
Link copied to clipboard
val
exact
:
String
?
=
null
Specifies an exact type match.
prefix
Link copied to clipboard
val
prefix
:
String
?
=
null
Specifies a prefix type match. Matches the value with the prefix.