Interface CfnLinkRoutingRule.QueryStringKeyValuePairProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnLinkRoutingRule.QueryStringKeyValuePairProperty.Jsii$Proxy
Enclosing class:
CfnLinkRoutingRule

@Stability(Stable) public static interface CfnLinkRoutingRule.QueryStringKeyValuePairProperty extends software.amazon.jsii.JsiiSerializable
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.rtbfabric.*;
 QueryStringKeyValuePairProperty queryStringKeyValuePairProperty = QueryStringKeyValuePairProperty.builder()
         .key("key")
         .value("value")
         .build();
 

See Also: