Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualgateway-virtualgatewaygrpcconnectionpool.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 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

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualgateway-virtualgatewaygrpcconnectionpool.html#cfn-appmesh-virtualgateway-virtualgatewaygrpcconnectionpool-maxrequests

Back to top Generated by DocFX