enum HttpCodeElb
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.ElasticLoadBalancingV2.HttpCodeElb |
Java | software.amazon.awscdk.services.elasticloadbalancingv2.HttpCodeElb |
Python | aws_cdk.aws_elasticloadbalancingv2.HttpCodeElb |
TypeScript (source) | @aws-cdk/aws-elasticloadbalancingv2 » HttpCodeElb |
Count of HTTP status originating from the load balancer.
This count does not include any response codes generated by the targets.
Members
Name | Description |
---|---|
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. |
ELB_5XX_COUNT | The number of HTTP 5XX server error codes that originate from the load balancer. |
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.