Interface CfnVirtualGateway.VirtualGatewayGrpcConnectionPoolProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVirtualGateway.VirtualGatewayGrpcConnectionPoolProperty.Jsii$Proxy
- Enclosing class:
- CfnVirtualGateway
@Stability(Stable)
public static interface CfnVirtualGateway.VirtualGatewayGrpcConnectionPoolProperty
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.*; VirtualGatewayGrpcConnectionPoolProperty virtualGatewayGrpcConnectionPoolProperty = VirtualGatewayGrpcConnectionPoolProperty.builder() .maxRequests(123) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnVirtualGateway.VirtualGatewayGrpcConnectionPoolProperty
-
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. -
builder
@Stability(Stable) static CfnVirtualGateway.VirtualGatewayGrpcConnectionPoolProperty.Builder builder()
-