Interface CfnRoute.TcpRouteMatchProperty

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

@Stability(Stable) public static interface CfnRoute.TcpRouteMatchProperty extends software.amazon.jsii.JsiiSerializable
An object representing the TCP route 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.*;
 TcpRouteMatchProperty tcpRouteMatchProperty = TcpRouteMatchProperty.builder()
         .port(123)
         .build();