Interface CfnListenerRule.QueryStringKeyValueProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnListenerRule.QueryStringKeyValueProperty.Jsii$Proxy
- Enclosing class:
CfnListenerRule
@Stability(Stable)
public static interface CfnListenerRule.QueryStringKeyValueProperty
extends software.amazon.jsii.JsiiSerializable
Information about a key/value pair.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.elasticloadbalancingv2.*; QueryStringKeyValueProperty queryStringKeyValueProperty = QueryStringKeyValueProperty.builder() .key("key") .value("value") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnListenerRule.QueryStringKeyValueProperty
static final class
An implementation forCfnListenerRule.QueryStringKeyValueProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKey
The key.You can omit the key.
- See Also:
-
getValue
The value.- See Also:
-
builder
-