aws-cdk-lib.aws_appmesh.TcpConnectionPool

interface TcpConnectionPool

LanguageType name
.NETAmazon.CDK.AWS.AppMesh.TcpConnectionPool
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#TcpConnectionPool
Javasoftware.amazon.awscdk.services.appmesh.TcpConnectionPool
Pythonaws_cdk.aws_appmesh.TcpConnectionPool
TypeScript (source)aws-cdk-lib » 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 { aws_appmesh as appmesh } from 'aws-cdk-lib';
const tcpConnectionPool: appmesh.TcpConnectionPool = {
  maxConnections: 123,
};

Properties

NameTypeDescription
maxConnectionsnumberThe maximum connections in the pool.

maxConnections

Type: number

The maximum connections in the pool.