Class CfnRoute.TcpRouteMatchProperty
An object representing the TCP route to match.
Inheritance
System.Object
CfnRoute.TcpRouteMatchProperty
Implements
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TcpRouteMatchProperty : Object, CfnRoute.ITcpRouteMatchProperty
Syntax (vb)
Public Class TcpRouteMatchProperty
Inherits Object
Implements CfnRoute.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
Constructors
TcpRouteMatchProperty() |
Properties
Port | The port number to match on. |
Constructors
TcpRouteMatchProperty()
public TcpRouteMatchProperty()
Properties
Port
The port number to match on.
public Nullable<double> Port { get; set; }
Property Value
System.Nullable<System.Double>