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 AWS CloudFormation template, use the following syntax:
JSON
{ "GRPC" :
VirtualNodeGrpcConnectionPool
, "HTTP" :VirtualNodeHttpConnectionPool
, "HTTP2" :VirtualNodeHttp2ConnectionPool
, "TCP" :VirtualNodeTcpConnectionPool
}
YAML
GRPC:
VirtualNodeGrpcConnectionPool
HTTP:VirtualNodeHttpConnectionPool
HTTP2:VirtualNodeHttp2ConnectionPool
TCP:VirtualNodeTcpConnectionPool
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