Skip to content

Commit

Permalink
chore(elasticloadbalancingv2): set proper default for stickinessCooki…
Browse files Browse the repository at this point in the history
…eDuration
  • Loading branch information
msambol committed Apr 4, 2024
1 parent b82320b commit 55eb81a
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 ApplicationTargetGroupProps extends BaseTargetGroupProps {
* After this period, the cookie is considered stale. The minimum value is
* 1 second and the maximum value is 7 days (604800 seconds).
*
* @default Duration.days(1)
* @default Stickiness is disabled
*/
readonly stickinessCookieDuration?: Duration;

Expand Down

0 comments on commit 55eb81a

Please sign in to comment.