Show / Hide Table of Contents

Class CfnVirtualGateway.VirtualGatewayGrpcConnectionPoolProperty

An object that represents a type of connection pool.

Inheritance
System.Object
CfnVirtualGateway.VirtualGatewayGrpcConnectionPoolProperty
Implements
CfnVirtualGateway.IVirtualGatewayGrpcConnectionPoolProperty
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.AWS.AppMesh.dll
Syntax (csharp)
public class VirtualGatewayGrpcConnectionPoolProperty : Object, CfnVirtualGateway.IVirtualGatewayGrpcConnectionPoolProperty
Syntax (vb)
Public Class VirtualGatewayGrpcConnectionPoolProperty
    Inherits Object
    Implements CfnVirtualGateway.IVirtualGatewayGrpcConnectionPoolProperty
Remarks

Link: 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

Constructors

VirtualGatewayGrpcConnectionPoolProperty()

Properties

MaxRequests

Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster.

Constructors

VirtualGatewayGrpcConnectionPoolProperty()

public VirtualGatewayGrpcConnectionPoolProperty()

Properties

MaxRequests

Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster.

public double MaxRequests { get; set; }
Property Value

System.Double

Remarks

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

Implements

CfnVirtualGateway.IVirtualGatewayGrpcConnectionPoolProperty
Back to top Generated by DocFX