Class HttpCodeElb
Count of HTTP status originating from the load balancer.
Inheritance
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public sealed class HttpCodeElb : Enum
Syntax (vb)
Public NotInheritable Class HttpCodeElb
Inherits
Enum
Remarks
This count does not include any response codes generated by the targets.
Synopsis
Fields
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. |
value__ |
Fields
ELB_3XX_COUNT
The number of HTTP 3XX redirection codes that originate from the load balancer.
public const HttpCodeElb ELB_3XX_COUNT
Field Value
Type | Description |
---|---|
HttpCodeElb |
ELB_4XX_COUNT
The number of HTTP 4XX client error codes that originate from the load balancer.
public const HttpCodeElb ELB_4XX_COUNT
Field Value
Type | Description |
---|---|
HttpCodeElb |
Remarks
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.
public const HttpCodeElb ELB_5XX_COUNT
Field Value
Type | Description |
---|---|
HttpCodeElb |
value__
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |