Interface CfnVirtualNode.VirtualNodeHttp2ConnectionPoolProperty

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

@Stability(Stable) public static interface CfnVirtualNode.VirtualNodeHttp2ConnectionPoolProperty 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.*;
 VirtualNodeHttp2ConnectionPoolProperty virtualNodeHttp2ConnectionPoolProperty = VirtualNodeHttp2ConnectionPoolProperty.builder()
         .maxRequests(123)
         .build();
 

See Also: