Interface CfnVirtualNodePropsMixin.IVirtualNodeHttpConnectionPoolProperty
An object that represents a type of connection pool.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.AppMesh
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnVirtualNodePropsMixin.IVirtualNodeHttpConnectionPoolProperty
Syntax (vb)
Public Interface CfnVirtualNodePropsMixin.IVirtualNodeHttpConnectionPoolProperty
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.CfnPropertyMixins.AWS.AppMesh;
var virtualNodeHttpConnectionPoolProperty = new VirtualNodeHttpConnectionPoolProperty {
MaxConnections = 123,
MaxPendingRequests = 123
};
Synopsis
Properties
| MaxConnections | Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster. |
| MaxPendingRequests | Number of overflowing requests after |
Properties
MaxConnections
Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster.
double? MaxConnections { get; }
Property Value
Remarks
MaxPendingRequests
Number of overflowing requests after max_connections Envoy will queue to upstream cluster.
double? MaxPendingRequests { get; }