Skip to content

Commit

Permalink
Described in README about logGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
mokonist committed Aug 19, 2022
1 parent 87d50e7 commit e5e003a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/@aws-cdk/aws-rds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,10 @@ const instance = new rds.DatabaseInstance(this, 'Instance', {
cloudwatchLogsExports: ['postgresql'], // Export the PostgreSQL logs
// ...
});

instance.logGroups.foreach(logGroup => {
// You can get log group
})
```

## Option Groups
Expand Down

0 comments on commit e5e003a

Please sign in to comment.