File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ Metadata:
49
49
- BuildkiteWindowsAdministrator
50
50
- BuildkiteAgentScalerServerlessARN
51
51
- BuildkiteAgentScalerVersion
52
+ - LogRetentionDays
52
53
53
54
- Label :
54
55
default : Network Configuration
@@ -187,6 +188,11 @@ Parameters:
187
188
Type : String
188
189
Default : " 1.7.0"
189
190
191
+ LogRetentionDays :
192
+ Type : Number
193
+ Description : The number of days to retain the Cloudwatch Logs of the lambda.
194
+ Default : " 1"
195
+
190
196
BuildkiteAgentTracingBackend :
191
197
Description : The tracing backend to use for CI tracing. See https://buildkite.com/docs/agent/v3/tracing
192
198
Type : String
@@ -1434,3 +1440,4 @@ Resources:
1434
1440
ScaleOutForWaitingJobs : !Ref ScaleOutForWaitingJobs
1435
1441
EventSchedulePeriod : !Ref ScalerEventSchedulePeriod
1436
1442
MinPollInterval : !Ref ScalerMinPollInterval
1443
+ LogRetentionDays : !Ref LogRetentionDays
You can’t perform that action at this time.
0 commit comments