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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnRoute.TcpRouteMatchProperty
static final class
An implementation forCfnRoute.TcpRouteMatchProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPort
The port number to match on.- See Also:
-
builder
-