Skip to content

Commit

Permalink
docs(elasticloadbalancingv2): removed statement reg unhealthyThreshol…
Browse files Browse the repository at this point in the history
…dCount (aws#32387)

### Issue # (if applicable)

Closes aws#32365 .

### Reason for this change

There is no mention of `unHealthyThresholdCount` being the same with `healthyThresholdCount` in case of NLB in ELBV2 as stated in given docs - 

- cloudformation docs - https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-healthythresholdcount
- AWS Docs -https://docs.aws.amazon.com/elasticloadbalancing/latest/network/target-group-health-checks.html


### Description of changes

removed the in-line comment


### Checklist
- [ ] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
khushail authored Dec 9, 2024
1 parent 093c540 commit 453045b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 453045b

Please sign in to comment.