Skip to content

Commit

Permalink
[DBInstance]Remove DBName constrains and relay on rds webservice inst…
Browse files Browse the repository at this point in the history
…ead for backward compatibility (#480)
  • Loading branch information
moataz-mhmd authored Nov 9, 2023
1 parent f1a0c9f commit 3a0e3ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aws-rds-dbinstance/aws-rds-dbinstance.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@
},
"DBName": {
"type": "string",
"pattern": "^$|^[_a-zA-Z][a-zA-Z0-9_]{0,63}$",
"description": "The meaning of this parameter differs according to the database engine you use."
},
"DBParameterGroupName": {
Expand Down

0 comments on commit 3a0e3ca

Please sign in to comment.