interface VirtualGatewayGrpcConnectionPoolProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppMesh.CfnVirtualGateway.VirtualGatewayGrpcConnectionPoolProperty |
![]() | software.amazon.awscdk.services.appmesh.CfnVirtualGateway.VirtualGatewayGrpcConnectionPoolProperty |
![]() | aws_cdk.aws_appmesh.CfnVirtualGateway.VirtualGatewayGrpcConnectionPoolProperty |
![]() | @aws-cdk/aws-appmesh » CfnVirtualGateway » VirtualGatewayGrpcConnectionPoolProperty |
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 * as appmesh from '@aws-cdk/aws-appmesh';
const virtualGatewayGrpcConnectionPoolProperty: appmesh.CfnVirtualGateway.VirtualGatewayGrpcConnectionPoolProperty = {
maxRequests: 123,
};
Properties
Name | Type | Description |
---|---|---|
max | number | Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster. |
maxRequests
Type:
number
Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster.