Module: AWSCDK::ElasticLoadBalancingv2::HttpCodeTarget

Defined in:
elastic_load_balancingv2/http_code_target.rb

Overview

Count of HTTP status originating from the targets.

Constant Summary collapse

TARGET_2_XX_COUNT =
Deprecated.
Note:

Default:

The number of 2xx response codes from targets.

Jsii::Enum.new("aws-cdk-lib.aws_elasticloadbalancingv2.HttpCodeTarget", "TARGET_2XX_COUNT")
TARGET_3_XX_COUNT =
Deprecated.
Note:

Default:

The number of 3xx response codes from targets.

Jsii::Enum.new("aws-cdk-lib.aws_elasticloadbalancingv2.HttpCodeTarget", "TARGET_3XX_COUNT")
TARGET_4_XX_COUNT =
Deprecated.
Note:

Default:

The number of 4xx response codes from targets.

Jsii::Enum.new("aws-cdk-lib.aws_elasticloadbalancingv2.HttpCodeTarget", "TARGET_4XX_COUNT")
TARGET_5_XX_COUNT =
Deprecated.
Note:

Default:

The number of 5xx response codes from targets.

Jsii::Enum.new("aws-cdk-lib.aws_elasticloadbalancingv2.HttpCodeTarget", "TARGET_5XX_COUNT")