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 Metric
custom
(String metricName, MetricOptions props) Return the given named metric for this Network Target Group.default Metric
healthyHostCount
(MetricOptions props) The number of targets that are considered healthy.default Metric
unHealthyHostCount
(MetricOptions props) The number of targets that are considered unhealthy.Methods inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.INetworkTargetGroupMetrics
custom, healthyHostCount, unHealthyHostCount
Methods 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:
custom
in interfaceINetworkTargetGroupMetrics
- Parameters:
metricName
- This parameter is required.props
-
-
healthyHostCount
The number of targets that are considered healthy.Default: Average over 5 minutes
- Specified by:
healthyHostCount
in interfaceINetworkTargetGroupMetrics
- Parameters:
props
-
-
unHealthyHostCount
The number of targets that are considered unhealthy.Default: Average over 5 minutes
- Specified by:
unHealthyHostCount
in interfaceINetworkTargetGroupMetrics
- Parameters:
props
-
-