VirtualGatewayConnectionPool
An object that represents the type of virtual gateway 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.
Inheritors
Types
Functions
Casts this VirtualGatewayConnectionPool as a Grpc and retrieves its aws.sdk.kotlin.services.appmesh.model.VirtualGatewayGrpcConnectionPool value. Throws an exception if the VirtualGatewayConnectionPool is not a Grpc.
Casts this VirtualGatewayConnectionPool as a Grpc and retrieves its aws.sdk.kotlin.services.appmesh.model.VirtualGatewayGrpcConnectionPool value. Returns null if the VirtualGatewayConnectionPool is not a Grpc.
Casts this VirtualGatewayConnectionPool as a Http and retrieves its aws.sdk.kotlin.services.appmesh.model.VirtualGatewayHttpConnectionPool value. Throws an exception if the VirtualGatewayConnectionPool is not a Http.
Casts this VirtualGatewayConnectionPool as a Http2 and retrieves its aws.sdk.kotlin.services.appmesh.model.VirtualGatewayHttp2ConnectionPool value. Throws an exception if the VirtualGatewayConnectionPool is not a Http2.
Casts this VirtualGatewayConnectionPool as a Http2 and retrieves its aws.sdk.kotlin.services.appmesh.model.VirtualGatewayHttp2ConnectionPool value. Returns null if the VirtualGatewayConnectionPool is not a Http2.
Casts this VirtualGatewayConnectionPool as a Http and retrieves its aws.sdk.kotlin.services.appmesh.model.VirtualGatewayHttpConnectionPool value. Returns null if the VirtualGatewayConnectionPool is not a Http.