Class INetworkTargetGroupMetrics.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticloadbalancingv2.INetworkTargetGroupMetrics.Jsii$Proxy
- All Implemented Interfaces:
INetworkTargetGroupMetrics
,INetworkTargetGroupMetrics.Jsii$Default
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
INetworkTargetGroupMetrics
@Internal
public static final class INetworkTargetGroupMetrics.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements INetworkTargetGroupMetrics.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.INetworkTargetGroupMetrics
INetworkTargetGroupMetrics.Jsii$Default, INetworkTargetGroupMetrics.Jsii$Proxy
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal Metric
Return the given named metric for this Network Target Group.final Metric
custom
(String metricName, MetricOptions props) Return the given named metric for this Network Target Group.final Metric
The number of targets that are considered healthy.final Metric
healthyHostCount
(MetricOptions props) The number of targets that are considered healthy.final Metric
The number of targets that are considered unhealthy.final Metric
unHealthyHostCount
(MetricOptions props) The number of targets that are considered unhealthy.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
custom
@Stability(Stable) @NotNull public final 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
- Specified by:
custom
in interfaceINetworkTargetGroupMetrics.Jsii$Default
- Parameters:
metricName
- This parameter is required.props
-
-
custom
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.
-
healthyHostCount
The number of targets that are considered healthy.Default: Average over 5 minutes
- Specified by:
healthyHostCount
in interfaceINetworkTargetGroupMetrics
- Specified by:
healthyHostCount
in interfaceINetworkTargetGroupMetrics.Jsii$Default
- Parameters:
props
-
-
healthyHostCount
The number of targets that are considered healthy.Default: Average over 5 minutes
- Specified by:
healthyHostCount
in interfaceINetworkTargetGroupMetrics
-
unHealthyHostCount
The number of targets that are considered unhealthy.Default: Average over 5 minutes
- Specified by:
unHealthyHostCount
in interfaceINetworkTargetGroupMetrics
- Specified by:
unHealthyHostCount
in interfaceINetworkTargetGroupMetrics.Jsii$Default
- Parameters:
props
-
-
unHealthyHostCount
The number of targets that are considered unhealthy.Default: Average over 5 minutes
- Specified by:
unHealthyHostCount
in interfaceINetworkTargetGroupMetrics
-