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: