Skip to content

Commit

Permalink
AWS::DocDB::DBCluster.EngineVersion AllowedValues expansion (4.0) (#1810
Browse files Browse the repository at this point in the history
  • Loading branch information
troyfactor4 authored Nov 30, 2020
1 parent 3eab12d commit f90768d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cfnlint/data/ExtendedSpecs/all/03_value_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@
},
"DocumentDBEngineVersion": {
"AllowedValues": [
"3.6.0"
"3.6.0",
"4.0",
"4.0.0"
]
},
"DocumentDBInstanceClass": {
Expand Down

0 comments on commit f90768d

Please sign in to comment.