@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:42.457Z") @Stability(value=Experimental) 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()
(experimental) The maximum connections in the pool.
|
@Stability(value=Experimental) @NotNull Number getMaxConnections()
Default: - none
@Stability(value=Experimental) static TcpConnectionPool.Builder builder()
TcpConnectionPool.Builder of TcpConnectionPoolCopyright © 2022. All rights reserved.