Skip to content

Commit fd449dd

Browse files
author
AWS
committed
Amazon Lookout for Metrics Update: Allowing uppercase alphabets for RDS and Redshift database names.
1 parent 2141aa9 commit fd449dd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Lookout for Metrics",
4+
"contributor": "",
5+
"description": "Allowing uppercase alphabets for RDS and Redshift database names."
6+
}

services/lookoutmetrics/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2031,7 +2031,7 @@
20312031
"type":"string",
20322032
"max":64,
20332033
"min":1,
2034-
"pattern":"[a-zA-Z0-9_]+"
2034+
"pattern":"[a-zA-Z0-9_.]+"
20352035
},
20362036
"RDSSourceConfig":{
20372037
"type":"structure",
@@ -2092,7 +2092,7 @@
20922092
"type":"string",
20932093
"max":100,
20942094
"min":1,
2095-
"pattern":"[a-z0-9]+"
2095+
"pattern":"[a-zA-Z0-9_.]+"
20962096
},
20972097
"RedshiftSourceConfig":{
20982098
"type":"structure",

0 commit comments

Comments
 (0)