aws-cdk-lib.aws_elasticloadbalancingv2.HttpCodeElb

enum HttpCodeElb

LanguageType name
.NETAmazon.CDK.AWS.ElasticLoadBalancingV2.HttpCodeElb
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awselasticloadbalancingv2#HttpCodeElb
Javasoftware.amazon.awscdk.services.elasticloadbalancingv2.HttpCodeElb
Pythonaws_cdk.aws_elasticloadbalancingv2.HttpCodeElb
TypeScript (source)aws-cdk-lib » 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

NameDescription
ELB_3XX_COUNTThe number of HTTP 3XX redirection codes that originate from the load balancer.
ELB_4XX_COUNTThe number of HTTP 4XX client error codes that originate from the load balancer.
ELB_5XX_COUNTThe 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.