File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -175,50 +175,50 @@ resources:
175
175
ApiKeyActivateLogGroup :
176
176
Type : AWS::Logs::LogGroup
177
177
Properties :
178
- RetentionInDays : " 30 "
178
+ RetentionInDays : " 60 "
179
179
Tags : ${self:custom.resourceTags}
180
180
ApiKeyCreateLogGroup :
181
181
Type : AWS::Logs::LogGroup
182
182
Properties :
183
- RetentionInDays : " 30 "
183
+ RetentionInDays : " 60 "
184
184
Tags : ${self:custom.resourceTags}
185
185
TotpCreateLogGroup :
186
186
Type : AWS::Logs::LogGroup
187
187
Properties :
188
- RetentionInDays : " 30 "
188
+ RetentionInDays : " 60 "
189
189
Tags : ${self:custom.resourceTags}
190
190
TotpDeleteLogGroup :
191
191
Type : AWS::Logs::LogGroup
192
192
Properties :
193
- RetentionInDays : " 30 "
193
+ RetentionInDays : " 60 "
194
194
Tags : ${self:custom.resourceTags}
195
195
TotpValidateLogGroup :
196
196
Type : AWS::Logs::LogGroup
197
197
Properties :
198
- RetentionInDays : " 30 "
198
+ RetentionInDays : " 60 "
199
199
Tags : ${self:custom.resourceTags}
200
200
U2fCreateAuthenticationLogGroup :
201
201
Type : AWS::Logs::LogGroup
202
202
Properties :
203
- RetentionInDays : " 30 "
203
+ RetentionInDays : " 60 "
204
204
Tags : ${self:custom.resourceTags}
205
205
U2fCreateRegistrationLogGroup :
206
206
Type : AWS::Logs::LogGroup
207
207
Properties :
208
- RetentionInDays : " 30 "
208
+ RetentionInDays : " 60 "
209
209
Tags : ${self:custom.resourceTags}
210
210
U2fDeleteLogGroup :
211
211
Type : AWS::Logs::LogGroup
212
212
Properties :
213
- RetentionInDays : " 30 "
213
+ RetentionInDays : " 60 "
214
214
Tags : ${self:custom.resourceTags}
215
215
U2fValidateAuthenticationLogGroup :
216
216
Type : AWS::Logs::LogGroup
217
217
Properties :
218
- RetentionInDays : " 30 "
218
+ RetentionInDays : " 60 "
219
219
Tags : ${self:custom.resourceTags}
220
220
U2fValidateRegistrationLogGroup :
221
221
Type : AWS::Logs::LogGroup
222
222
Properties :
223
- RetentionInDays : " 30 "
223
+ RetentionInDays : " 60 "
224
224
Tags : ${self:custom.resourceTags}
You can’t perform that action at this time.
0 commit comments