Interface INetworkTargetGroupMetrics.Jsii$Default
- All Superinterfaces:
INetworkTargetGroupMetrics,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
INetworkTargetGroupMetrics.Jsii$Proxy
- Enclosing interface:
INetworkTargetGroupMetrics
@Internal
public static interface INetworkTargetGroupMetrics.Jsii$Default
extends INetworkTargetGroupMetrics
Internal default implementation for
INetworkTargetGroupMetrics.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.INetworkTargetGroupMetrics
INetworkTargetGroupMetrics.Jsii$Default, INetworkTargetGroupMetrics.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault Metriccustom(String metricName, MetricOptions props) Return the given named metric for this Network Target Group.default MetrichealthyHostCount(MetricOptions props) The number of targets that are considered healthy.default MetricunHealthyHostCount(MetricOptions props) The number of targets that are considered unhealthy.Methods inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.INetworkTargetGroupMetrics
custom, healthyHostCount, unHealthyHostCountMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
custom
@Stability(Stable) @NotNull default Metric custom(@NotNull String metricName, @Nullable MetricOptions props) Return the given named metric for this Network Target Group.Default: Average over 5 minutes
- Specified by:
customin interfaceINetworkTargetGroupMetrics- Parameters:
metricName- This parameter is required.props-
-
healthyHostCount
The number of targets that are considered healthy.Default: Average over 5 minutes
- Specified by:
healthyHostCountin interfaceINetworkTargetGroupMetrics- Parameters:
props-
-
unHealthyHostCount
The number of targets that are considered unhealthy.Default: Average over 5 minutes
- Specified by:
unHealthyHostCountin interfaceINetworkTargetGroupMetrics- Parameters:
props-
-