Skip to content

Commit

Permalink
[DBSubnetGroup] Remove validation on DBSubnetGroupName
Browse files Browse the repository at this point in the history
  • Loading branch information
angusy29 committed May 17, 2024
1 parent 54a930c commit c0dd974
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 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
5 changes: 3 additions & 2 deletions aws-rds-dbsubnetgroup/docs/tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To declare this entity in your AWS CloudFormation template, use the following sy

#### Key

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

_Required_: Yes

Expand All @@ -40,7 +40,7 @@ _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormati

#### Value

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

_Required_: No

Expand All @@ -49,3 +49,4 @@ _Type_: String
_Maximum Length_: <code>256</code>

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

0 comments on commit c0dd974

Please sign in to comment.