Skip to content

Commit

Permalink
Amazon Lookout for Metrics Update: Allowing uppercase alphabets for R…
Browse files Browse the repository at this point in the history
…DS and Redshift database names.
  • Loading branch information
AWS committed Mar 26, 2021
1 parent 2141aa9 commit fd449dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "Amazon Lookout for Metrics",
"contributor": "",
"description": "Allowing uppercase alphabets for RDS and Redshift database names."
}
Original file line number Diff line number Diff line change
Expand Up @@ -2031,7 +2031,7 @@
"type":"string",
"max":64,
"min":1,
"pattern":"[a-zA-Z0-9_]+"
"pattern":"[a-zA-Z0-9_.]+"
},
"RDSSourceConfig":{
"type":"structure",
Expand Down Expand Up @@ -2092,7 +2092,7 @@
"type":"string",
"max":100,
"min":1,
"pattern":"[a-z0-9]+"
"pattern":"[a-zA-Z0-9_.]+"
},
"RedshiftSourceConfig":{
"type":"structure",
Expand Down

0 comments on commit fd449dd

Please sign in to comment.