public static interface CfnVirtualGateway.VirtualGatewayHttpConnectionPoolProperty
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.*; VirtualGatewayHttpConnectionPoolProperty virtualGatewayHttpConnectionPoolProperty = VirtualGatewayHttpConnectionPoolProperty.builder() .maxConnections(123) // the properties below are optional .maxPendingRequests(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnVirtualGateway.VirtualGatewayHttpConnectionPoolProperty.Builder
|
static class |
CfnVirtualGateway.VirtualGatewayHttpConnectionPoolProperty.Jsii$Proxy
An implementation for
CfnVirtualGateway.VirtualGatewayHttpConnectionPoolProperty |
Modifier and Type | Method and Description |
---|---|
static CfnVirtualGateway.VirtualGatewayHttpConnectionPoolProperty.Builder |
builder() |
java.lang.Number |
getMaxConnections()
Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster.
|
default java.lang.Number |
getMaxPendingRequests()
Number of overflowing requests after `max_connections` Envoy will queue to upstream cluster.
|
java.lang.Number getMaxConnections()
default java.lang.Number getMaxPendingRequests()