Skip to content

Commit

Permalink
[DBSubnetGroup] Remove validation on DBSubnetGroupName (aws-cloudform…
Browse files Browse the repository at this point in the history
…ation#537)

Co-authored-by: Angus Yuen <angusy@amazon.com>
  • Loading branch information
angusy29 and angusy29 authored May 20, 2024
1 parent 54a930c commit b3b6fdf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions aws-rds-dbsubnetgroup/aws-rds-dbsubnetgroup.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"type": "string"
},
"DBSubnetGroupName": {
"type": "string",
"pattern": "^(?!default$)[a-zA-Z]{1}[a-zA-Z0-9-_\\.\\s]{0,254}$"
"type": "string"
},
"SubnetIds": {
"type": "array",
Expand Down
2 changes: 0 additions & 2 deletions aws-rds-dbsubnetgroup/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ _Required_: No

_Type_: String

_Pattern_: <code>^(?!default$)[a-zA-Z]{1}[a-zA-Z0-9-_\.\s]{0,254}$</code>

_Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

#### SubnetIds
Expand Down

0 comments on commit b3b6fdf

Please sign in to comment.