We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2819b3 commit 734faa5Copy full SHA for 734faa5
packages/@aws-cdk/aws-logs/lib/log-group.ts
@@ -313,6 +313,26 @@ export enum RetentionDays {
313
*/
314
FIVE_YEARS = 1827,
315
316
+ /**
317
+ * 6 years
318
+ */
319
+ SIX_YEARS = 2192,
320
+
321
322
+ * 7 years
323
324
+ SEVEN_YEARS = 2557,
325
326
327
+ * 8 years
328
329
+ EIGHT_YEARS = 2922,
330
331
332
+ * 9 years
333
334
+ NINE_YEARS = 3288,
335
336
/**
337
* 10 years
338
0 commit comments