Interface INetworkLoadBalancerMetrics.Jsii$Default
- All Superinterfaces:
INetworkLoadBalancerMetrics
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
INetworkLoadBalancerMetrics.Jsii$Proxy
- Enclosing interface:
INetworkLoadBalancerMetrics
@Internal
public static interface INetworkLoadBalancerMetrics.Jsii$Default
extends INetworkLoadBalancerMetrics
Internal default implementation for
INetworkLoadBalancerMetrics
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.INetworkLoadBalancerMetrics
INetworkLoadBalancerMetrics.Jsii$Default, INetworkLoadBalancerMetrics.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault Metric
activeFlowCount
(MetricOptions props) The total number of concurrent TCP flows (or connections) from clients to targets.default Metric
consumedLCUs
(MetricOptions props) The number of load balancer capacity units (LCU) used by your load balancer.default Metric
custom
(String metricName, MetricOptions props) Return the given named metric for this Network Load Balancer.default Metric
newFlowCount
(MetricOptions props) The total number of new TCP flows (or connections) established from clients to targets in the time period.default Metric
processedBytes
(MetricOptions props) The total number of bytes processed by the load balancer, including TCP/IP headers.default Metric
tcpClientResetCount
(MetricOptions props) The total number of reset (RST) packets sent from a client to a target.default Metric
tcpElbResetCount
(MetricOptions props) The total number of reset (RST) packets generated by the load balancer.default Metric
tcpTargetResetCount
(MetricOptions props) The total number of reset (RST) packets sent from a target to a client.Methods inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.INetworkLoadBalancerMetrics
activeFlowCount, consumedLCUs, custom, newFlowCount, processedBytes, tcpClientResetCount, tcpElbResetCount, tcpTargetResetCount
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
activeFlowCount
The total number of concurrent TCP flows (or connections) from clients to targets.This metric includes connections in the SYN_SENT and ESTABLISHED states. TCP connections are not terminated at the load balancer, so a client opening a TCP connection to a target counts as a single flow.
Default: Average over 5 minutes
- Specified by:
activeFlowCount
in interfaceINetworkLoadBalancerMetrics
- Parameters:
props
-
-
consumedLCUs
The number of load balancer capacity units (LCU) used by your load balancer.Default: Sum over 5 minutes
- Specified by:
consumedLCUs
in interfaceINetworkLoadBalancerMetrics
- Parameters:
props
-
-
custom
@Stability(Stable) @NotNull default Metric custom(@NotNull String metricName, @Nullable MetricOptions props) Return the given named metric for this Network Load Balancer.Default: Average over 5 minutes
- Specified by:
custom
in interfaceINetworkLoadBalancerMetrics
- Parameters:
metricName
- This parameter is required.props
-
-
newFlowCount
The total number of new TCP flows (or connections) established from clients to targets in the time period.Default: Sum over 5 minutes
- Specified by:
newFlowCount
in interfaceINetworkLoadBalancerMetrics
- Parameters:
props
-
-
processedBytes
The total number of bytes processed by the load balancer, including TCP/IP headers.Default: Sum over 5 minutes
- Specified by:
processedBytes
in interfaceINetworkLoadBalancerMetrics
- Parameters:
props
-
-
tcpClientResetCount
The total number of reset (RST) packets sent from a client to a target.These resets are generated by the client and forwarded by the load balancer.
Default: Sum over 5 minutes
- Specified by:
tcpClientResetCount
in interfaceINetworkLoadBalancerMetrics
- Parameters:
props
-
-
tcpElbResetCount
The total number of reset (RST) packets generated by the load balancer.Default: Sum over 5 minutes
- Specified by:
tcpElbResetCount
in interfaceINetworkLoadBalancerMetrics
- Parameters:
props
-
-
tcpTargetResetCount
The total number of reset (RST) packets sent from a target to a client.These resets are generated by the target and forwarded by the load balancer.
Default: Sum over 5 minutes
- Specified by:
tcpTargetResetCount
in interfaceINetworkLoadBalancerMetrics
- Parameters:
props
-
-