Interface CfnVirtualGateway.IVirtualGatewayGrpcConnectionPoolProperty
An object that represents a type of connection pool.
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IVirtualGatewayGrpcConnectionPoolProperty
Syntax (vb)
Public Interface IVirtualGatewayGrpcConnectionPoolProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppMesh;
var virtualGatewayGrpcConnectionPoolProperty = new VirtualGatewayGrpcConnectionPoolProperty {
MaxRequests = 123
};
Synopsis
Properties
MaxRequests | Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster. |
Properties
MaxRequests
Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster.
double MaxRequests { get; }
Property Value
System.Double