aws-cdk-lib.aws_appmesh.CfnRoute.TcpRouteMatchProperty

interface TcpRouteMatchProperty

LanguageType name
.NETAmazon.CDK.AWS.AppMesh.CfnRoute.TcpRouteMatchProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#CfnRoute_TcpRouteMatchProperty
Javasoftware.amazon.awscdk.services.appmesh.CfnRoute.TcpRouteMatchProperty
Pythonaws_cdk.aws_appmesh.CfnRoute.TcpRouteMatchProperty
TypeScript 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

NameTypeDescription
port?numberThe port number to match on.

port?

Type: number (optional)

The port number to match on.