Interface CfnVirtualNode.VirtualNodeTcpConnectionPoolProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVirtualNode.VirtualNodeTcpConnectionPoolProperty.Jsii$Proxy
- Enclosing class:
CfnVirtualNode
@Stability(Stable)
public static interface CfnVirtualNode.VirtualNodeTcpConnectionPoolProperty
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.*;
VirtualNodeTcpConnectionPoolProperty virtualNodeTcpConnectionPoolProperty = VirtualNodeTcpConnectionPoolProperty.builder()
.maxConnections(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnVirtualNode.VirtualNodeTcpConnectionPoolPropertystatic final classAn implementation forCfnVirtualNode.VirtualNodeTcpConnectionPoolProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMaxConnections
Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster.- See Also:
-
builder
-