Class IApplicationTargetGroupMetrics.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticloadbalancingv2.IApplicationTargetGroupMetrics.Jsii$Proxy
- All Implemented Interfaces:
IApplicationTargetGroupMetrics,IApplicationTargetGroupMetrics.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
IApplicationTargetGroupMetrics
@Internal
public static final class IApplicationTargetGroupMetrics.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IApplicationTargetGroupMetrics.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.IApplicationTargetGroupMetrics
IApplicationTargetGroupMetrics.Jsii$Default, IApplicationTargetGroupMetrics.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal MetricReturn the given named metric for this Network Target Group.final MetricThe number of healthy hosts in the target group.final MetrichttpCodeTarget(HttpCodeTarget code) The number of HTTP 2xx/3xx/4xx/5xx response codes generated by all targets in this target group.final MetricThe number of IPv6 requests received by the target group.final MetricThe number of requests processed over IPv4 and IPv6.final MetricThe average number of requests received by each target in a target group.final MetricThe number of connections that were not successfully established between the load balancer and target.final MetricThe time elapsed, in seconds, after the request leaves the load balancer until a response from the target is received.final MetricThe number of TLS connections initiated by the load balancer that did not establish a session with the target.final MetricThe number of unhealthy hosts in the target group.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.awscdk.services.elasticloadbalancingv2.IApplicationTargetGroupMetrics.Jsii$Default
custom, healthyHostCount, httpCodeTarget, ipv6RequestCount, requestCount, requestCountPerTarget, targetConnectionErrorCount, targetResponseTime, targetTLSNegotiationErrorCount, unhealthyHostCountMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
custom
Return the given named metric for this Network Target Group.Default: Average over 5 minutes
- Specified by:
customin interfaceIApplicationTargetGroupMetrics- Specified by:
customin interfaceIApplicationTargetGroupMetrics.Jsii$Default- Parameters:
metricName- This parameter is required.
-
healthyHostCount
The number of healthy hosts in the target group.Default: Average over 5 minutes
- Specified by:
healthyHostCountin interfaceIApplicationTargetGroupMetrics- Specified by:
healthyHostCountin interfaceIApplicationTargetGroupMetrics.Jsii$Default
-
httpCodeTarget
The number of HTTP 2xx/3xx/4xx/5xx response codes generated by all targets in this target group.This does not include any response codes generated by the load balancer.
Default: Sum over 5 minutes
- Specified by:
httpCodeTargetin interfaceIApplicationTargetGroupMetrics- Specified by:
httpCodeTargetin interfaceIApplicationTargetGroupMetrics.Jsii$Default- Parameters:
code- This parameter is required.
-
ipv6RequestCount
The number of IPv6 requests received by the target group.Default: Sum over 5 minutes
- Specified by:
ipv6RequestCountin interfaceIApplicationTargetGroupMetrics- Specified by:
ipv6RequestCountin interfaceIApplicationTargetGroupMetrics.Jsii$Default
-
requestCount
The number of requests processed over IPv4 and IPv6.This count includes only the requests with a response generated by a target of the load balancer.
Default: Sum over 5 minutes
- Specified by:
requestCountin interfaceIApplicationTargetGroupMetrics- Specified by:
requestCountin interfaceIApplicationTargetGroupMetrics.Jsii$Default
-
requestCountPerTarget
The average number of requests received by each target in a target group.The only valid statistic is Sum. Note that this represents the average not the sum.
Default: Sum over 5 minutes
- Specified by:
requestCountPerTargetin interfaceIApplicationTargetGroupMetrics- Specified by:
requestCountPerTargetin interfaceIApplicationTargetGroupMetrics.Jsii$Default
-
targetConnectionErrorCount
The number of connections that were not successfully established between the load balancer and target.Default: Sum over 5 minutes
- Specified by:
targetConnectionErrorCountin interfaceIApplicationTargetGroupMetrics- Specified by:
targetConnectionErrorCountin interfaceIApplicationTargetGroupMetrics.Jsii$Default
-
targetResponseTime
The time elapsed, in seconds, after the request leaves the load balancer until a response from the target is received.Default: Average over 5 minutes
- Specified by:
targetResponseTimein interfaceIApplicationTargetGroupMetrics- Specified by:
targetResponseTimein interfaceIApplicationTargetGroupMetrics.Jsii$Default
-
targetTLSNegotiationErrorCount
The number of TLS connections initiated by the load balancer that did not establish a session with the target.Possible causes include a mismatch of ciphers or protocols.
Default: Sum over 5 minutes
- Specified by:
targetTLSNegotiationErrorCountin interfaceIApplicationTargetGroupMetrics- Specified by:
targetTLSNegotiationErrorCountin interfaceIApplicationTargetGroupMetrics.Jsii$Default
-
unhealthyHostCount
The number of unhealthy hosts in the target group.Default: Average over 5 minutes
- Specified by:
unhealthyHostCountin interfaceIApplicationTargetGroupMetrics- Specified by:
unhealthyHostCountin interfaceIApplicationTargetGroupMetrics.Jsii$Default
-