AWS::AppMesh::VirtualNode VirtualNodeConnectionPool - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::AppMesh::VirtualNode VirtualNodeConnectionPool

An object that represents the type of virtual node connection pool.

Only one protocol is used at a time and should be the same protocol as the one chosen under port mapping.

If not present the default value for maxPendingRequests is 2147483647.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

Properties

GRPC

An object that represents a type of connection pool.

Required: No

Type: VirtualNodeGrpcConnectionPool

Update requires: No interruption

HTTP

An object that represents a type of connection pool.

Required: No

Type: VirtualNodeHttpConnectionPool

Update requires: No interruption

HTTP2

An object that represents a type of connection pool.

Required: No

Type: VirtualNodeHttp2ConnectionPool

Update requires: No interruption

TCP

An object that represents a type of connection pool.

Required: No

Type: VirtualNodeTcpConnectionPool

Update requires: No interruption