From bc8cdb2d7d28f1d3f7d2c30c1049b9d724017c83 Mon Sep 17 00:00:00 2001 From: shailja Date: Wed, 4 Dec 2024 17:59:42 -0800 Subject: [PATCH] removed statement reg unhealthyThresholdCount --- .../aws-elasticloadbalancingv2/lib/shared/base-target-group.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aws-cdk-lib/aws-elasticloadbalancingv2/lib/shared/base-target-group.ts b/packages/aws-cdk-lib/aws-elasticloadbalancingv2/lib/shared/base-target-group.ts index 335670918ac83..fec26773489a9 100644 --- a/packages/aws-cdk-lib/aws-elasticloadbalancingv2/lib/shared/base-target-group.ts +++ b/packages/aws-cdk-lib/aws-elasticloadbalancingv2/lib/shared/base-target-group.ts @@ -155,7 +155,7 @@ export interface HealthCheck { * The number of consecutive health check failures required before considering a target unhealthy. * * For Application Load Balancers, the default is 2. For Network Load - * Balancers, this value must be the same as the healthy threshold count. + * Balancers, the range is between 2-10 and can be set accordingly. * * @default 2 */