Interface CfnRoute.ITcpRouteMatchProperty
An object representing the TCP route to match.
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITcpRouteMatchProperty
Syntax (vb)
Public Interface ITcpRouteMatchProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppMesh;
var tcpRouteMatchProperty = new TcpRouteMatchProperty {
Port = 123
};
Synopsis
Properties
Port | The port number to match on. |
Properties
Port
The port number to match on.
virtual Nullable<double> Port { get; }
Property Value
System.Nullable<System.Double>