HttpCodeElb

class aws_cdk.aws_elasticloadbalancingv2.HttpCodeElb(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

Count of HTTP status originating from the load balancer.

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

Attributes

ELB_3XX_COUNT

The number of HTTP 3XX redirection codes that originate from the load balancer.

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_500_COUNT

The number of HTTP 500 server error codes that originate from the load balancer.

ELB_502_COUNT

The number of HTTP 502 server error codes that originate from the load balancer.

ELB_503_COUNT

The number of HTTP 503 server error codes that originate from the load balancer.

ELB_504_COUNT

The number of HTTP 504 server error codes that originate from the load balancer.

ELB_5XX_COUNT

The number of HTTP 5XX server error codes that originate from the load balancer.