enum HttpCodeTarget
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ElasticLoadBalancingV2.HttpCodeTarget |
Java | software.amazon.awscdk.services.elasticloadbalancingv2.HttpCodeTarget |
Python | aws_cdk.aws_elasticloadbalancingv2.HttpCodeTarget |
TypeScript (source) | @aws-cdk/aws-elasticloadbalancingv2 » HttpCodeTarget |
Count of HTTP status originating from the targets.
Members
| Name | Description |
|---|---|
| TARGET_2XX_COUNT | The number of 2xx response codes from targets. |
| TARGET_3XX_COUNT | The number of 3xx response codes from targets. |
| TARGET_4XX_COUNT | The number of 4xx response codes from targets. |
| TARGET_5XX_COUNT | The number of 5xx response codes from targets. |
TARGET_2XX_COUNT
The number of 2xx response codes from targets.
TARGET_3XX_COUNT
The number of 3xx response codes from targets.
TARGET_4XX_COUNT
The number of 4xx response codes from targets.
TARGET_5XX_COUNT
The number of 5xx response codes from targets.

.NET
Java
Python
TypeScript (