Interface CfnVirtualNode.IVirtualNodeTcpConnectionPoolProperty
An object that represents a type of connection pool.
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IVirtualNodeTcpConnectionPoolProperty
Syntax (vb)
Public Interface IVirtualNodeTcpConnectionPoolProperty
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 virtualNodeTcpConnectionPoolProperty = new VirtualNodeTcpConnectionPoolProperty {
MaxConnections = 123
};
Synopsis
Properties
MaxConnections | Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster. |
Properties
MaxConnections
Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster.
double MaxConnections { get; }
Property Value
System.Double