Skip to content

Commit df15903

Browse files
authored
remove AWS::Logs::LogGroup.RetentionInDays AllowedValues (#2604)
* remove AWS::Logs::LogGroup.Retention AllowedValues
1 parent c3445c1 commit df15903

File tree

2 files changed

+0
-36
lines changed

2 files changed

+0
-36
lines changed

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

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7,35 +7,6 @@
77
"StringMin": 1
88
}
99
},
10-
{
11-
"op": "add",
12-
"path": "/ValueTypes/AWS::Logs::LogGroup.Retention",
13-
"value": {
14-
"AllowedValues": [
15-
"1",
16-
"3",
17-
"5",
18-
"7",
19-
"14",
20-
"30",
21-
"60",
22-
"90",
23-
"120",
24-
"150",
25-
"180",
26-
"365",
27-
"400",
28-
"545",
29-
"731",
30-
"1827",
31-
"2192",
32-
"2557",
33-
"2922",
34-
"3288",
35-
"3653"
36-
]
37-
}
38-
},
3910
{
4011
"op": "add",
4112
"path": "/ValueTypes/AWS::Logs::MetricFilter.MetricTransformation.MetricValue",

src/cfnlint/data/ExtendedSpecs/all/04_property_values/aws_logs.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
"ValueType": "AWS::Logs::LogGroup.LogGroupName"
77
}
88
},
9-
{
10-
"op": "add",
11-
"path": "/ResourceTypes/AWS::Logs::LogGroup/Properties/RetentionInDays/Value",
12-
"value": {
13-
"ValueType": "AWS::Logs::LogGroup.Retention"
14-
}
15-
},
169
{
1710
"op": "add",
1811
"path": "/PropertyTypes/AWS::Logs::MetricFilter.MetricTransformation/Properties/MetricValue/Value",

0 commit comments

Comments
 (0)