You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/@aws-cdk/aws-redshift/README.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,29 @@ A default database named `default_db` will be created in the cluster. To change
45
45
By default, the cluster will not be publicly accessible.
46
46
Depending on your use case, you can make the cluster publicly accessible with the `publiclyAccessible` property.
47
47
48
+
## Adding a logging bucket for database audit logging to S3
49
+
50
+
Amazon Redshift logs information about connections and user activities in your database. These logs help you to monitor the database for security and troubleshooting purposes, a process called database auditing. To send these logs to an S3 bucket, specify the `loggingProperties` when creating a new cluster.
0 commit comments