Show / Hide Table of Contents

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 CfnRoute.ITcpRouteMatchProperty
Syntax (vb)
Public Interface CfnRoute.ITcpRouteMatchProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-tcproutematch.html

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.

double? Port { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-tcproutematch.html#cfn-appmesh-route-tcproutematch-port

Back to top Generated by DocFX