Skip to content

Commit b2a9c72

Browse files
update readme
1 parent c66343f commit b2a9c72

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/aws-cdk-lib/aws-rds/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ To apply changes of the cluster, such as engine version, in the next scheduled m
418418

419419
For details, see [Modifying an Amazon Aurora DB cluster](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Modifying.html).
420420

421-
### Deleting Automated Backups
421+
### Retaining Automated Backups
422422

423423
By default, when a database cluster is deleted, automated backups are removed immediately unless an AWS Backup policy specifies a point-in-time restore rule. You can control this behavior using the `deleteAutomatedBackups` property:
424424

@@ -433,7 +433,8 @@ new rds.DatabaseCluster(this, 'Database', {
433433
});
434434
```
435435

436-
When set to `false`, automated backups are retained after the cluster is deleted. When set to `true` or not specified (default), automated backups are deleted immediately when the cluster is deleted.
436+
When set to `false`, automated backups are retained according to the configured retention period after the cluster is deleted. When set to `true` or not specified (default), automated backups are deleted immediately when the cluster is deleted.
437+
Detail about this feature can be found in the [AWS documentation](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.Retaining.html).
437438

438439
### Migrating from instanceProps
439440

0 commit comments

Comments
 (0)