toggle menu
pulumi-aws-kotlin
6.81.0.0
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
>
)
:
ConvertibleToJava
<
ListenerRuleMatchArgs
>
Members
Constructors
Listener
Rule
Match
Args
Link copied to clipboard
constructor
(
httpMatch
:
Output
<
ListenerRuleMatchHttpMatchArgs
>
)
Properties
http
Match
Link copied to clipboard
val
httpMatch
:
Output
<
ListenerRuleMatchHttpMatchArgs
>
The HTTP criteria that a rule must match. See
http_match
Block for details.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ListenerRuleMatchArgs