interface TcpConnectionPool
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.AppMesh.TcpConnectionPool | 
|  Java | software.amazon.awscdk.services.appmesh.TcpConnectionPool | 
|  Python | aws_cdk.aws_appmesh.TcpConnectionPool | 
|  TypeScript (source) | @aws-cdk/aws-appmesh»TcpConnectionPool | 
Connection pool properties for TCP listeners.
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 tcpConnectionPool: appmesh.TcpConnectionPool = {
  maxConnections: 123,
};
Properties
| Name | Type | Description | 
|---|---|---|
| max | number | The maximum connections in the pool. | 
maxConnections
Type:
number
The maximum connections in the pool.
