Show / Hide Table of Contents

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 CfnVirtualNode.IVirtualNodeTcpConnectionPoolProperty
Syntax (vb)
Public Interface CfnVirtualNode.IVirtualNodeTcpConnectionPoolProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-virtualnodetcpconnectionpool.html

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

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-virtualnodetcpconnectionpool.html#cfn-appmesh-virtualnode-virtualnodetcpconnectionpool-maxconnections

Back to top Generated by DocFX