HttpCodeTarget¶
-
class
aws_cdk.aws_elasticloadbalancingv2.
HttpCodeTarget
(value)¶ Bases:
enum.Enum
Count of HTTP status originating from the targets.
Attributes
-
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.
-