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