Skip to content

Commit

Permalink
feat(rds): Add log group property to RDS instance and RDS cluster (#2…
Browse files Browse the repository at this point in the history
…8676)

There isn't an easy way to get the new created log group of an DatabaseInstance if the DatabaseInstance has the cloudwatchLogsExport property set. Right now users would have to manual figure out the log group name by constructing `/aws/rds/instance/${this.databaseInstance.instanceIdentifier}/postgresql`. Same applies to RDS cluster resource.

This is also dangerous as it relies on the naming convention unmodified. It would break the application if the naming convention was somehow changed.

Add a new property `cloudwatchLogGroups` to RDS instance and cluster.

Closes #<#20358>.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
GavinZZ committed Jan 15, 2024
1 parent 1231121 commit 9aa7281
Show file tree
Hide file tree
Showing 15 changed files with 2,405 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9aa7281

Please sign in to comment.