Interface ITcpConnectionPool
Connection pool properties for TCP listeners.
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITcpConnectionPool
Syntax (vb)
Public Interface ITcpConnectionPool
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppMesh;
var tcpConnectionPool = new TcpConnectionPool {
MaxConnections = 123
};
Synopsis
Properties
MaxConnections | The maximum connections in the pool. |
Properties
MaxConnections
The maximum connections in the pool.
double MaxConnections { get; }
Property Value
System.Double
Remarks
Default: - none