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.
@@ -1870,6 +1880,8 @@ Resources:
1870
1880
AgentAutoScaleGroup : !Ref AgentAutoScaleGroup
1871
1881
ScaleOutFactor : !Ref ScaleOutFactor
1872
1882
ScaleOutForWaitingJobs : !Ref ScaleOutForWaitingJobs
1883
+ ScaleInCooldownPeriod : !Ref ScaleInCooldownPeriod
1884
+ ScaleOutCooldownPeriod : !Ref ScaleOutCooldownPeriod
1873
1885
EventSchedulePeriod : !Ref ScalerEventSchedulePeriod
1874
1886
MinPollInterval : !Ref ScalerMinPollInterval
1875
1887
LogRetentionDays : !Ref LogRetentionDays
You can’t perform that action at this time.
0 commit comments