Skip to content

Commit 6b6d8e9

Browse files
updates to RDS performance insight retention (#2696)
* updates allowed values for RDS performance insights retention --------- Co-authored-by: Ryan Bowman <[email protected]> Co-authored-by: Kevin DeJong <[email protected]>
1 parent 6feafa8 commit 6b6d8e9

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

src/cfnlint/data/ExtendedSpecs/all/03_value_types.json

+23
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,29 @@
322322
"PerformanceInsightsRetentionPeriod": {
323323
"AllowedValues": [
324324
"7",
325+
"31",
326+
"62",
327+
"93",
328+
"124",
329+
"155",
330+
"186",
331+
"217",
332+
"248",
333+
"279",
334+
"310",
335+
"341",
336+
"372",
337+
"403",
338+
"434",
339+
"465",
340+
"496",
341+
"527",
342+
"558",
343+
"589",
344+
"620",
345+
"651",
346+
"682",
347+
"713",
325348
"731"
326349
]
327350
},

test/fixtures/templates/bad/resources/rds/retention_period.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ Resources:
1616
Engine: sqlserver-ee
1717
EngineVersion: !Ref EngineVersion
1818
PerformanceInsightsKMSKeyId: !Ref KmsKey
19-
PerformanceInsightsRetentionPeriod: 7
19+
PerformanceInsightsRetentionPeriod: 25
2020
PubliclyAccessible: false
21-

0 commit comments

Comments
 (0)