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