@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.575Z") @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.