Skip to content

Commit

Permalink
add doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
msambol committed Feb 25, 2024
1 parent 94e7171 commit 7ddb38e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ export abstract class TargetGroupBase extends Construct implements ITargetGroup

if (intervalSeconds && timeoutSeconds) {
if (intervalSeconds < timeoutSeconds) {
// see https://docs.aws.amazon.com/elasticloadbalancing/2012-06-01/APIReference/API_HealthCheck.html
ret.push('Health check interval must be greater than the timeout; received interval ' +
`${intervalSeconds}, timeout ${timeoutSeconds}.`);
}
Expand Down

0 comments on commit 7ddb38e

Please sign in to comment.