interface TcpRouteMatchProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AppMesh.CfnRoute.TcpRouteMatchProperty |
Java | software.amazon.awscdk.services.appmesh.CfnRoute.TcpRouteMatchProperty |
Python | aws_cdk.aws_appmesh.CfnRoute.TcpRouteMatchProperty |
TypeScript | @aws-cdk/aws-appmesh » CfnRoute » TcpRouteMatchProperty |
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 * as appmesh from '@aws-cdk/aws-appmesh';
const tcpRouteMatchProperty: appmesh.CfnRoute.TcpRouteMatchProperty = {
port: 123,
};
Properties
Name | Type | Description |
---|---|---|
port? | number | The port number to match on. |
port?
Type:
number
(optional)
The port number to match on.