Interface INetworkTargetGroupMetrics
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
INetworkTargetGroupMetrics.Jsii$Default
- All Known Implementing Classes:
INetworkTargetGroupMetrics.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-06T23:25:10.011Z")
@Stability(Stable)
public interface INetworkTargetGroupMetrics
extends software.amazon.jsii.JsiiSerializable
Contains all metrics for a Target Group of a Network Load Balancer.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forINetworkTargetGroupMetrics
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionReturn the given named metric for this Network Target Group.custom
(String metricName, MetricOptions props) Return the given named metric for this Network Target Group.The number of targets that are considered healthy.healthyHostCount
(MetricOptions props) The number of targets that are considered healthy.The number of targets that are considered unhealthy.unHealthyHostCount
(MetricOptions props) The number of targets that are considered unhealthy.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
custom
@Stability(Stable) @NotNull Metric custom(@NotNull String metricName, @Nullable MetricOptions props) Return the given named metric for this Network Target Group.Default: Average over 5 minutes
- Parameters:
metricName
- This parameter is required.props
-
-
custom
Return the given named metric for this Network Target Group.Default: Average over 5 minutes
- Parameters:
metricName
- This parameter is required.
-
healthyHostCount
The number of targets that are considered healthy.Default: Average over 5 minutes
- Parameters:
props
-
-
healthyHostCount
The number of targets that are considered healthy.Default: Average over 5 minutes
-
unHealthyHostCount
The number of targets that are considered unhealthy.Default: Average over 5 minutes
- Parameters:
props
-
-
unHealthyHostCount
The number of targets that are considered unhealthy.Default: Average over 5 minutes
-