Interface CfnVirtualGateway.VirtualGatewayHttp2ConnectionPoolProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVirtualGateway.VirtualGatewayHttp2ConnectionPoolProperty.Jsii$Proxy
- Enclosing class:
CfnVirtualGateway
@Stability(Stable)
public static interface CfnVirtualGateway.VirtualGatewayHttp2ConnectionPoolProperty
extends software.amazon.jsii.JsiiSerializable
An object that represents a type of connection pool.
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.*;
VirtualGatewayHttp2ConnectionPoolProperty virtualGatewayHttp2ConnectionPoolProperty = VirtualGatewayHttp2ConnectionPoolProperty.builder()
.maxRequests(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnVirtualGateway.VirtualGatewayHttp2ConnectionPoolProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMaxRequests
Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster.- See Also:
-
builder
@Stability(Stable) static CfnVirtualGateway.VirtualGatewayHttp2ConnectionPoolProperty.Builder builder()
-