@Stability(value=Stable)
public static interface CfnRoute.TcpRouteMatchProperty
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.appmesh.*; TcpRouteMatchProperty tcpRouteMatchProperty = TcpRouteMatchProperty.builder() .port(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnRoute.TcpRouteMatchProperty.Builder
A builder for
CfnRoute.TcpRouteMatchProperty |
static class |
CfnRoute.TcpRouteMatchProperty.Jsii$Proxy
An implementation for
CfnRoute.TcpRouteMatchProperty |
Modifier and Type | Method and Description |
---|---|
static CfnRoute.TcpRouteMatchProperty.Builder |
builder() |
default Number |
getPort()
The port number to match on.
|
@Stability(value=Stable) @Nullable default Number getPort()
@Stability(value=Stable) static CfnRoute.TcpRouteMatchProperty.Builder builder()
Copyright © 2023. All rights reserved.