@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-28T21:34:27.891Z")
public interface TcpConnectionPool
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.appmesh.*; TcpConnectionPool tcpConnectionPool = TcpConnectionPool.builder() .maxConnections(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
TcpConnectionPool.Builder
A builder for
TcpConnectionPool |
static class |
TcpConnectionPool.Jsii$Proxy
An implementation for
TcpConnectionPool |
Modifier and Type | Method and Description |
---|---|
static TcpConnectionPool.Builder |
builder() |
java.lang.Number |
getMaxConnections()
The maximum connections in the pool.
|
java.lang.Number getMaxConnections()
Default: - none
static TcpConnectionPool.Builder builder()
TcpConnectionPool.Builder
of TcpConnectionPool