Skip to content

Commit

Permalink
Update application-load-balancer.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
  • Loading branch information
badmintoncryer and lpizzinidev committed Mar 15, 2024
1 parent 54ca9ba commit 94ac577
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export interface ApplicationLoadBalancerProps extends BaseLoadBalancerProps {
readonly desyncMitigationMode?: DesyncMitigationMode;

/**
* The client keep alive duration. The valid range is 60-604800 seconds.
* The client keep alive duration. The valid range is 60 to 604800 seconds (1 minute to 7 days).
*
* @default - Duration.seconds(3600)
*/
Expand Down

0 comments on commit 94ac577

Please sign in to comment.