Interface IApplicationTargetGroupMetrics.Jsii$Default
- All Superinterfaces:
IApplicationTargetGroupMetrics,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IApplicationTargetGroupMetrics.Jsii$Proxy
- Enclosing interface:
IApplicationTargetGroupMetrics
IApplicationTargetGroupMetrics.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.IApplicationTargetGroupMetrics
IApplicationTargetGroupMetrics.Jsii$Default, IApplicationTargetGroupMetrics.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault MetricReturn the given named metric for this Network Target Group.default Metriccustom(String metricName, MetricOptions props) Return the given named metric for this Network Target Group.default MetricThe number of healthy hosts in the target group.default MetrichealthyHostCount(MetricOptions props) The number of healthy hosts in the target group.default MetrichttpCodeTarget(HttpCodeTarget code) The number of HTTP 2xx/3xx/4xx/5xx response codes generated by all targets in this target group.default MetrichttpCodeTarget(HttpCodeTarget code, MetricOptions props) The number of HTTP 2xx/3xx/4xx/5xx response codes generated by all targets in this target group.default MetricThe number of IPv6 requests received by the target group.default Metricipv6RequestCount(MetricOptions props) The number of IPv6 requests received by the target group.default MetricThe number of requests processed over IPv4 and IPv6.default MetricrequestCount(MetricOptions props) The number of requests processed over IPv4 and IPv6.default MetricThe average number of requests received by each target in a target group.default MetricThe average number of requests received by each target in a target group.default MetricThe number of connections that were not successfully established between the load balancer and target.default MetricThe number of connections that were not successfully established between the load balancer and target.default MetricThe time elapsed, in seconds, after the request leaves the load balancer until a response from the target is received.default MetrictargetResponseTime(MetricOptions props) The time elapsed, in seconds, after the request leaves the load balancer until a response from the target is received.default MetricThe number of TLS connections initiated by the load balancer that did not establish a session with the target.default MetricThe number of TLS connections initiated by the load balancer that did not establish a session with the target.default MetricThe number of unhealthy hosts in the target group.default MetricunhealthyHostCount(MetricOptions props) The number of unhealthy hosts in the target group.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:
customin interfaceIApplicationTargetGroupMetrics- 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 interfaceIApplicationTargetGroupMetrics- 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- Parameters:
props-
-
healthyHostCount
The number of healthy hosts in the target group.Default: Average over 5 minutes
- Specified by:
healthyHostCountin interfaceIApplicationTargetGroupMetrics
-
httpCodeTarget
@Stability(Stable) @NotNull default Metric httpCodeTarget(@NotNull HttpCodeTarget code, @Nullable MetricOptions props) 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- Parameters:
code- This parameter is required.props-
-
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- 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- Parameters:
props-
-
ipv6RequestCount
The number of IPv6 requests received by the target group.Default: Sum over 5 minutes
- Specified by:
ipv6RequestCountin interfaceIApplicationTargetGroupMetrics
-
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- Parameters:
props-
-
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
-
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- Parameters:
props-
-
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
-
targetConnectionErrorCount
@Stability(Stable) @NotNull default Metric targetConnectionErrorCount(@Nullable MetricOptions props) The number of connections that were not successfully established between the load balancer and target.Default: Sum over 5 minutes
- Specified by:
targetConnectionErrorCountin interfaceIApplicationTargetGroupMetrics- Parameters:
props-
-
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
-
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- Parameters:
props-
-
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
-
targetTLSNegotiationErrorCount
@Stability(Stable) @NotNull default Metric targetTLSNegotiationErrorCount(@Nullable MetricOptions props) 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- Parameters:
props-
-
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
-
unhealthyHostCount
The number of unhealthy hosts in the target group.Default: Average over 5 minutes
- Specified by:
unhealthyHostCountin interfaceIApplicationTargetGroupMetrics- Parameters:
props-
-
unhealthyHostCount
The number of unhealthy hosts in the target group.Default: Average over 5 minutes
- Specified by:
unhealthyHostCountin interfaceIApplicationTargetGroupMetrics
-