File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -222,6 +222,16 @@ Parameters:
222
222
- " false"
223
223
Default : " false"
224
224
225
+ ScaleOutCooldownPeriod :
226
+ Description : Cooldown period in seconds before allowing another scale-out event
227
+ Type : Number
228
+ Default : 300
229
+
230
+ ScaleInCooldownPeriod :
231
+ Description : Cooldown period in seconds before allowing another scale-in event
232
+ Type : Number
233
+ Default : 3600
234
+
225
235
LogRetentionDays :
226
236
Type : Number
227
237
Description : The number of days to retain the Cloudwatch Logs of the lambda.
@@ -1888,6 +1898,8 @@ Resources:
1888
1898
AgentAutoScaleGroup : !Ref AgentAutoScaleGroup
1889
1899
ScaleOutFactor : !Ref ScaleOutFactor
1890
1900
ScaleOutForWaitingJobs : !Ref ScaleOutForWaitingJobs
1901
+ ScaleInCooldownPeriod : !Ref ScaleInCooldownPeriod
1902
+ ScaleOutCooldownPeriod : !Ref ScaleOutCooldownPeriod
1891
1903
EventSchedulePeriod : !Ref ScalerEventSchedulePeriod
1892
1904
MinPollInterval : !Ref ScalerMinPollInterval
1893
1905
LogRetentionDays : !Ref LogRetentionDays
You can’t perform that action at this time.
0 commit comments