Skip to content

Commit

Permalink
chore(elasticloadbalancingv2): moved health check docstring over heal…
Browse files Browse the repository at this point in the history
…th check attribute (#26017)

This PR fixes a small formatting issue where the docstring describing a health check in the TargetGroupBase class was out of place.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
colifran authored Jun 16, 2023
1 parent 30596fe commit 0737b4e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,14 @@ export abstract class TargetGroupBase extends Construct implements ITargetGroup
*/
public abstract readonly firstLoadBalancerFullName: string;

/**
* Health check for the members of this target group
*/
/**
* A token representing a list of ARNs of the load balancers that route traffic to this target group
*/
public readonly loadBalancerArns: string;

/**
* Health check for the members of this target group
*/
public healthCheck: HealthCheck;

/**
Expand Down

0 comments on commit 0737b4e

Please sign in to comment.