@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-22T22:36:19.777Z") @Stability(value=Stable) public interface TcpConnectionPool extends software.amazon.jsii.JsiiSerializable
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() |
Number |
getMaxConnections()
The maximum connections in the pool.
|
@Stability(value=Stable) @NotNull Number getMaxConnections()
Default: - none
@Stability(value=Stable) static TcpConnectionPool.Builder builder()
TcpConnectionPool.Builder of TcpConnectionPoolCopyright © 2022. All rights reserved.