java.lang.Object
java.lang.Enum<HttpCodeElb>
software.amazon.awscdk.services.elasticloadbalancingv2.HttpCodeElb
All Implemented Interfaces:
Serializable, Comparable<HttpCodeElb>, java.lang.constant.Constable

@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-04-10T22:22:27.944Z") @Stability(Stable) public enum HttpCodeElb extends Enum<HttpCodeElb>
Count of HTTP status originating from the load balancer.

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

  • Enum Constant Details

    • ELB_3XX_COUNT

      @Stability(Stable) public static final HttpCodeElb ELB_3XX_COUNT
      The number of HTTP 3XX redirection codes that originate from the load balancer.
    • ELB_4XX_COUNT

      @Stability(Stable) public static final HttpCodeElb ELB_4XX_COUNT
      The number of HTTP 4XX client error codes that originate from the load balancer.

      Client errors are generated when requests are malformed or incomplete. These requests have not been received by the target. This count does not include any response codes generated by the targets.

    • ELB_5XX_COUNT

      @Stability(Stable) public static final HttpCodeElb ELB_5XX_COUNT
      The number of HTTP 5XX server error codes that originate from the load balancer.
  • Method Details

    • values

      public static HttpCodeElb[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static HttpCodeElb valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null