HttpCodeElb¶
-
class
aws_cdk.aws_elasticloadbalancingv2.
HttpCodeElb
(value)¶ Bases:
enum.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_5XX_COUNT
¶ The number of HTTP 5XX server error codes that originate from the load balancer.
-