Interface CfnRoute.HttpQueryParameterMatchProperty

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

@Stability(Stable) public static interface CfnRoute.HttpQueryParameterMatchProperty extends software.amazon.jsii.JsiiSerializable
An object representing the query parameter to match.

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.appmesh.*;
 HttpQueryParameterMatchProperty httpQueryParameterMatchProperty = HttpQueryParameterMatchProperty.builder()
         .exact("exact")
         .build();
 

See Also: