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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.INetworkTargetGroupMetrics
INetworkTargetGroupMetrics.Jsii$Default, INetworkTargetGroupMetrics.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal MetricReturn the given named metric for this Network Target Group.final Metriccustom(String metricName, MetricOptions props) Return the given named metric for this Network Target Group.final MetricThe number of targets that are considered healthy.final MetrichealthyHostCount(MetricOptions props) The number of targets that are considered healthy.final MetricThe number of targets that are considered unhealthy.final MetricunHealthyHostCount(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, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
customin interfaceINetworkTargetGroupMetrics- Specified by:
customin 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:
customin interfaceINetworkTargetGroupMetrics- Parameters:
metricName- This parameter is required.
-
healthyHostCount
The number of targets that are considered healthy.Default: Average over 5 minutes
- Specified by:
healthyHostCountin interfaceINetworkTargetGroupMetrics- Specified by:
healthyHostCountin interfaceINetworkTargetGroupMetrics.Jsii$Default- Parameters:
props-
-
healthyHostCount
The number of targets that are considered healthy.Default: Average over 5 minutes
- Specified by:
healthyHostCountin interfaceINetworkTargetGroupMetrics
-
unHealthyHostCount
The number of targets that are considered unhealthy.Default: Average over 5 minutes
- Specified by:
unHealthyHostCountin interfaceINetworkTargetGroupMetrics- Specified by:
unHealthyHostCountin interfaceINetworkTargetGroupMetrics.Jsii$Default- Parameters:
props-
-
unHealthyHostCount
The number of targets that are considered unhealthy.Default: Average over 5 minutes
- Specified by:
unHealthyHostCountin interfaceINetworkTargetGroupMetrics
-