Skip to content

Commit

Permalink
[DBInstance] - Port should not be createOnly/writeOnlyProperty
Browse files Browse the repository at this point in the history
  • Loading branch information
angusy29 committed Oct 8, 2024
1 parent ccab908 commit a89566f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions aws-rds-dbinstance/aws-rds-dbinstance.json
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,6 @@
"/properties/KmsKeyId",
"/properties/MasterUsername",
"/properties/NcharCharacterSetName",
"/properties/Port",
"/properties/SourceRegion",
"/properties/StorageEncrypted",
"/properties/Timezone"
Expand Down Expand Up @@ -537,7 +536,6 @@
"/properties/DBSnapshotIdentifier",
"/properties/DeleteAutomatedBackups",
"/properties/MasterUserPassword",
"/properties/Port",
"/properties/RestoreTime",
"/properties/SourceDBInstanceAutomatedBackupsArn",
"/properties/SourceDBInstanceIdentifier",
Expand Down
2 changes: 1 addition & 1 deletion aws-rds-dbinstance/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ _Type_: String

_Pattern_: <code>^\d*$</code>

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

#### PreferredBackupWindow

Expand Down

0 comments on commit a89566f

Please sign in to comment.