interface TcpRouteMatchProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppMesh.CfnRoute.TcpRouteMatchProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#CfnRoute_TcpRouteMatchProperty |
![]() | software.amazon.awscdk.services.appmesh.CfnRoute.TcpRouteMatchProperty |
![]() | aws_cdk.aws_appmesh.CfnRoute.TcpRouteMatchProperty |
![]() | aws-cdk-lib » 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 { aws_appmesh as appmesh } from 'aws-cdk-lib';
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.