Interface IApplicationLoadBalancerMetrics.Jsii$Default

All Superinterfaces:
IApplicationLoadBalancerMetrics, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IApplicationLoadBalancerMetrics.Jsii$Proxy
Enclosing interface:
IApplicationLoadBalancerMetrics

@Internal public static interface IApplicationLoadBalancerMetrics.Jsii$Default extends IApplicationLoadBalancerMetrics
Internal default implementation for IApplicationLoadBalancerMetrics.
  • Method Details

    • activeConnectionCount

      @Stability(Stable) @NotNull default Metric activeConnectionCount(@Nullable MetricOptions props)
      The total number of concurrent TCP connections active from clients to the load balancer and from the load balancer to targets.

      Default: Sum over 5 minutes

      Specified by:
      activeConnectionCount in interface IApplicationLoadBalancerMetrics
      Parameters:
      props -
    • clientTlsNegotiationErrorCount

      @Stability(Stable) @NotNull default Metric clientTlsNegotiationErrorCount(@Nullable MetricOptions props)
      The number of TLS connections initiated by the client that did not establish a session with the load balancer.

      Possible causes include a mismatch of ciphers or protocols.

      Default: Sum over 5 minutes

      Specified by:
      clientTlsNegotiationErrorCount in interface IApplicationLoadBalancerMetrics
      Parameters:
      props -
    • consumedLCUs

      @Stability(Stable) @NotNull default Metric consumedLCUs(@Nullable MetricOptions props)
      The number of load balancer capacity units (LCU) used by your load balancer.

      Default: Sum over 5 minutes

      Specified by:
      consumedLCUs in interface IApplicationLoadBalancerMetrics
      Parameters:
      props -
    • custom

      @Stability(Stable) @NotNull default Metric custom(@NotNull String metricName, @Nullable MetricOptions props)
      Return the given named metric for this Application Load Balancer.

      Default: Average over 5 minutes

      Specified by:
      custom in interface IApplicationLoadBalancerMetrics
      Parameters:
      metricName - This parameter is required.
      props -
    • elbAuthError

      @Stability(Stable) @NotNull default Metric elbAuthError(@Nullable MetricOptions props)
      The number of user authentications that could not be completed.

      Because an authenticate action was misconfigured, the load balancer couldn't establish a connection with the IdP, or the load balancer couldn't complete the authentication flow due to an internal error.

      Default: Sum over 5 minutes

      Specified by:
      elbAuthError in interface IApplicationLoadBalancerMetrics
      Parameters:
      props -
    • elbAuthFailure

      @Stability(Stable) @NotNull default Metric elbAuthFailure(@Nullable MetricOptions props)
      The number of user authentications that could not be completed because the IdP denied access to the user or an authorization code was used more than once.

      Default: Sum over 5 minutes

      Specified by:
      elbAuthFailure in interface IApplicationLoadBalancerMetrics
      Parameters:
      props -
    • elbAuthLatency

      @Stability(Stable) @NotNull default Metric elbAuthLatency(@Nullable MetricOptions props)
      The time elapsed, in milliseconds, to query the IdP for the ID token and user info.

      If one or more of these operations fail, this is the time to failure.

      Default: Average over 5 minutes

      Specified by:
      elbAuthLatency in interface IApplicationLoadBalancerMetrics
      Parameters:
      props -
    • elbAuthSuccess

      @Stability(Stable) @NotNull default Metric elbAuthSuccess(@Nullable MetricOptions props)
      The number of authenticate actions that were successful.

      This metric is incremented at the end of the authentication workflow, after the load balancer has retrieved the user claims from the IdP.

      Default: Sum over 5 minutes

      Specified by:
      elbAuthSuccess in interface IApplicationLoadBalancerMetrics
      Parameters:
      props -
    • httpCodeElb

      @Stability(Stable) @NotNull default Metric httpCodeElb(@NotNull HttpCodeElb code, @Nullable MetricOptions props)
      The number of HTTP 3xx/4xx/5xx codes that originate from the load balancer.

      This does not include any response codes generated by the targets.

      Default: Sum over 5 minutes

      Specified by:
      httpCodeElb in interface IApplicationLoadBalancerMetrics
      Parameters:
      code - This parameter is required.
      props -
    • 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 the load balancer.

      This does not include any response codes generated by the load balancer.

      Default: Sum over 5 minutes

      Specified by:
      httpCodeTarget in interface IApplicationLoadBalancerMetrics
      Parameters:
      code - This parameter is required.
      props -
    • httpFixedResponseCount

      @Stability(Stable) @NotNull default Metric httpFixedResponseCount(@Nullable MetricOptions props)
      The number of fixed-response actions that were successful.

      Default: Sum over 5 minutes

      Specified by:
      httpFixedResponseCount in interface IApplicationLoadBalancerMetrics
      Parameters:
      props -
    • httpRedirectCount

      @Stability(Stable) @NotNull default Metric httpRedirectCount(@Nullable MetricOptions props)
      The number of redirect actions that were successful.

      Default: Sum over 5 minutes

      Specified by:
      httpRedirectCount in interface IApplicationLoadBalancerMetrics
      Parameters:
      props -
    • httpRedirectUrlLimitExceededCount

      @Stability(Stable) @NotNull default Metric httpRedirectUrlLimitExceededCount(@Nullable MetricOptions props)
      The number of redirect actions that couldn't be completed because the URL in the response location header is larger than 8K.

      Default: Sum over 5 minutes

      Specified by:
      httpRedirectUrlLimitExceededCount in interface IApplicationLoadBalancerMetrics
      Parameters:
      props -
    • ipv6ProcessedBytes

      @Stability(Stable) @NotNull default Metric ipv6ProcessedBytes(@Nullable MetricOptions props)
      The total number of bytes processed by the load balancer over IPv6.

      Default: Sum over 5 minutes

      Specified by:
      ipv6ProcessedBytes in interface IApplicationLoadBalancerMetrics
      Parameters:
      props -
    • ipv6RequestCount

      @Stability(Stable) @NotNull default Metric ipv6RequestCount(@Nullable MetricOptions props)
      The number of IPv6 requests received by the load balancer.

      Default: Sum over 5 minutes

      Specified by:
      ipv6RequestCount in interface IApplicationLoadBalancerMetrics
      Parameters:
      props -
    • newConnectionCount

      @Stability(Stable) @NotNull default Metric newConnectionCount(@Nullable MetricOptions props)
      The total number of new TCP connections established from clients to the load balancer and from the load balancer to targets.

      Default: Sum over 5 minutes

      Specified by:
      newConnectionCount in interface IApplicationLoadBalancerMetrics
      Parameters:
      props -
    • processedBytes

      @Stability(Stable) @NotNull default Metric processedBytes(@Nullable MetricOptions props)
      The total number of bytes processed by the load balancer over IPv4 and IPv6.

      Default: Sum over 5 minutes

      Specified by:
      processedBytes in interface IApplicationLoadBalancerMetrics
      Parameters:
      props -
    • rejectedConnectionCount

      @Stability(Stable) @NotNull default Metric rejectedConnectionCount(@Nullable MetricOptions props)
      The number of connections that were rejected because the load balancer had reached its maximum number of connections.

      Default: Sum over 5 minutes

      Specified by:
      rejectedConnectionCount in interface IApplicationLoadBalancerMetrics
      Parameters:
      props -
    • requestCount

      @Stability(Stable) @NotNull default Metric requestCount(@Nullable MetricOptions props)
      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:
      requestCount in interface IApplicationLoadBalancerMetrics
      Parameters:
      props -
    • ruleEvaluations

      @Stability(Stable) @NotNull default Metric ruleEvaluations(@Nullable MetricOptions props)
      The number of rules processed by the load balancer given a request rate averaged over an hour.

      Default: Sum over 5 minutes

      Specified by:
      ruleEvaluations in interface IApplicationLoadBalancerMetrics
      Parameters:
      props -
    • 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:
      targetConnectionErrorCount in interface IApplicationLoadBalancerMetrics
      Parameters:
      props -
    • targetResponseTime

      @Stability(Stable) @NotNull default Metric targetResponseTime(@Nullable MetricOptions props)
      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:
      targetResponseTime in interface IApplicationLoadBalancerMetrics
      Parameters:
      props -
    • 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:
      targetTLSNegotiationErrorCount in interface IApplicationLoadBalancerMetrics
      Parameters:
      props -