Interface CfnVirtualGatewayPropsMixin.VirtualGatewayGrpcConnectionPoolProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVirtualGatewayPropsMixin.VirtualGatewayGrpcConnectionPoolProperty.Jsii$Proxy
- Enclosing class:
CfnVirtualGatewayPropsMixin
@Stability(Stable)
public static interface CfnVirtualGatewayPropsMixin.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.cfnpropertymixins.services.appmesh.*;
VirtualGatewayGrpcConnectionPoolProperty virtualGatewayGrpcConnectionPoolProperty = VirtualGatewayGrpcConnectionPoolProperty.builder()
.maxRequests(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnVirtualGatewayPropsMixin.VirtualGatewayGrpcConnectionPoolProperty -
Method Summary
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 CfnVirtualGatewayPropsMixin.VirtualGatewayGrpcConnectionPoolProperty.Builder builder()
-