toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.vpclattice.kotlin.inputs
/
ListenerRuleMatchArgs
Listener
Rule
Match
Args
data
class
ListenerRuleMatchArgs
(
val
httpMatch
:
Output
<
ListenerRuleMatchHttpMatchArgs
>
?
=
null
)
:
ConvertibleToJava
<
ListenerRuleMatchArgs
>
Members
Constructors
Listener
Rule
Match
Args
Link copied to clipboard
constructor
(
httpMatch
:
Output
<
ListenerRuleMatchHttpMatchArgs
>
?
=
null
)
Properties
http
Match
Link copied to clipboard
val
httpMatch
:
Output
<
ListenerRuleMatchHttpMatchArgs
>
?
=
null
The HTTP criteria that a rule must match.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ListenerRuleMatchArgs