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