From c0dd974260b3b76a73c26ca1dd62172bb53b4bc0 Mon Sep 17 00:00:00 2001 From: Angus Yuen Date: Fri, 17 May 2024 10:59:12 +1000 Subject: [PATCH] [DBSubnetGroup] Remove validation on DBSubnetGroupName --- aws-rds-dbsubnetgroup/aws-rds-dbsubnetgroup.json | 3 +-- aws-rds-dbsubnetgroup/docs/README.md | 2 -- aws-rds-dbsubnetgroup/docs/tag.md | 5 +++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/aws-rds-dbsubnetgroup/aws-rds-dbsubnetgroup.json b/aws-rds-dbsubnetgroup/aws-rds-dbsubnetgroup.json index 6e6e8d84f..6c42f1567 100644 --- a/aws-rds-dbsubnetgroup/aws-rds-dbsubnetgroup.json +++ b/aws-rds-dbsubnetgroup/aws-rds-dbsubnetgroup.json @@ -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", diff --git a/aws-rds-dbsubnetgroup/docs/README.md b/aws-rds-dbsubnetgroup/docs/README.md index b380ddad4..0dc39f1f6 100644 --- a/aws-rds-dbsubnetgroup/docs/README.md +++ b/aws-rds-dbsubnetgroup/docs/README.md @@ -49,8 +49,6 @@ _Required_: No _Type_: String -_Pattern_: ^(?!default$)[a-zA-Z]{1}[a-zA-Z0-9-_\.\s]{0,254}$ - _Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) #### SubnetIds diff --git a/aws-rds-dbsubnetgroup/docs/tag.md b/aws-rds-dbsubnetgroup/docs/tag.md index 690803e7c..a7fd0f021 100644 --- a/aws-rds-dbsubnetgroup/docs/tag.md +++ b/aws-rds-dbsubnetgroup/docs/tag.md @@ -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 @@ -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 @@ -49,3 +49,4 @@ _Type_: String _Maximum Length_: 256 _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) +