Interface CfnVirtualGateway.VirtualGatewayHttp2ConnectionPoolProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnVirtualGateway.VirtualGatewayHttp2ConnectionPoolProperty.Jsii$Proxy
Enclosing class:
CfnVirtualGateway

@Stability(Stable) public static interface CfnVirtualGateway.VirtualGatewayHttp2ConnectionPoolProperty extends software.amazon.jsii.JsiiSerializable
An object that represents a type of connection pool.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.appmesh.*;
 VirtualGatewayHttp2ConnectionPoolProperty virtualGatewayHttp2ConnectionPoolProperty = VirtualGatewayHttp2ConnectionPoolProperty.builder()
         .maxRequests(123)
         .build();
 

See Also: