toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.elasticloadbalancingv2.kotlin.outputs
/
ListenerRuleConditionQueryString
Listener
Rule
Condition
Query
String
data
class
ListenerRuleConditionQueryString
(
val
key
:
String
?
=
null
,
val
value
:
String
)
Members
Constructors
Listener
Rule
Condition
Query
String
Link copied to clipboard
constructor
(
key
:
String
?
=
null
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
?
=
null
Query string key pattern to match.
value
Link copied to clipboard
val
value
:
String
Query string value pattern to match.