| Package | Description |
|---|---|
| software.amazon.awscdk.services.appmesh |
AWS App Mesh Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
TcpConnectionPool.Jsii$Proxy
An implementation for
TcpConnectionPool |
| Modifier and Type | Method and Description |
|---|---|
TcpConnectionPool |
TcpConnectionPool.Builder.build()
Builds the configured instance.
|
default TcpConnectionPool |
TcpVirtualNodeListenerOptions.getConnectionPool()
(experimental) Connection pool for http listeners.
|
TcpConnectionPool |
TcpVirtualNodeListenerOptions.Jsii$Proxy.getConnectionPool() |
| Modifier and Type | Method and Description |
|---|---|
TcpVirtualNodeListenerOptions.Builder |
TcpVirtualNodeListenerOptions.Builder.connectionPool(TcpConnectionPool connectionPool)
Sets the value of
TcpVirtualNodeListenerOptions.getConnectionPool() |
| Constructor and Description |
|---|
Jsii$Proxy(TcpConnectionPool connectionPool,
HealthCheck healthCheck,
OutlierDetection outlierDetection,
Number port,
TcpTimeout timeout,
ListenerTlsOptions tls)
Constructor that initializes the object based on literal property values passed by the
TcpVirtualNodeListenerOptions.Builder. |
Copyright © 2021. All rights reserved.