Module: AWSCDK::ElasticLoadBalancingv2::HttpCodeELB
- Defined in:
- elastic_load_balancingv2/http_code_elb.rb
Overview
Count of HTTP status originating from the load balancer.
This count does not include any response codes generated by the targets.
Constant Summary collapse
- ELB_3_XX_COUNT =
Deprecated.Note:
Default:
The number of HTTP 3XX redirection codes that originate from the load balancer.
Jsii::Enum.new("aws-cdk-lib.aws_elasticloadbalancingv2.HttpCodeElb", "ELB_3XX_COUNT")
- ELB_4_XX_COUNT =
Deprecated.Note:
Default:
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.
Jsii::Enum.new("aws-cdk-lib.aws_elasticloadbalancingv2.HttpCodeElb", "ELB_4XX_COUNT")
- ELB_5_XX_COUNT =
Deprecated.Note:
Default:
The number of HTTP 5XX server error codes that originate from the load balancer.
Jsii::Enum.new("aws-cdk-lib.aws_elasticloadbalancingv2.HttpCodeElb", "ELB_5XX_COUNT")
- ELB_500_COUNT =
Deprecated.Note:
Default:
The number of HTTP 500 server error codes that originate from the load balancer.
Jsii::Enum.new("aws-cdk-lib.aws_elasticloadbalancingv2.HttpCodeElb", "ELB_500_COUNT")
- ELB_502_COUNT =
Deprecated.Note:
Default:
The number of HTTP 502 server error codes that originate from the load balancer.
Jsii::Enum.new("aws-cdk-lib.aws_elasticloadbalancingv2.HttpCodeElb", "ELB_502_COUNT")
- ELB_503_COUNT =
Deprecated.Note:
Default:
The number of HTTP 503 server error codes that originate from the load balancer.
Jsii::Enum.new("aws-cdk-lib.aws_elasticloadbalancingv2.HttpCodeElb", "ELB_503_COUNT")
- ELB_504_COUNT =
Deprecated.Note:
Default:
The number of HTTP 504 server error codes that originate from the load balancer.
Jsii::Enum.new("aws-cdk-lib.aws_elasticloadbalancingv2.HttpCodeElb", "ELB_504_COUNT")