We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093c540 commit 453045bCopy full SHA for 453045b
packages/aws-cdk-lib/aws-elasticloadbalancingv2/lib/shared/base-target-group.ts
@@ -155,7 +155,7 @@ export interface HealthCheck {
155
* The number of consecutive health check failures required before considering a target unhealthy.
156
*
157
* For Application Load Balancers, the default is 2. For Network Load
158
- * Balancers, this value must be the same as the healthy threshold count.
+ * Balancers, the range is between 2-10 and can be set accordingly.
159
160
* @default 2
161
*/
0 commit comments