Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Commit b3b6fdf

Browse files
authored
[DBSubnetGroup] Remove validation on DBSubnetGroupName (#537)
Co-authored-by: Angus Yuen <[email protected]>
1 parent 54a930c commit b3b6fdf

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

aws-rds-dbsubnetgroup/aws-rds-dbsubnetgroup.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"type": "string"
88
},
99
"DBSubnetGroupName": {
10-
"type": "string",
11-
"pattern": "^(?!default$)[a-zA-Z]{1}[a-zA-Z0-9-_\\.\\s]{0,254}$"
10+
"type": "string"
1211
},
1312
"SubnetIds": {
1413
"type": "array",

aws-rds-dbsubnetgroup/docs/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ _Required_: No
4949

5050
_Type_: String
5151

52-
_Pattern_: <code>^(?!default$)[a-zA-Z]{1}[a-zA-Z0-9-_\.\s]{0,254}$</code>
53-
5452
_Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)
5553

5654
#### SubnetIds

0 commit comments

Comments
 (0)