Skip to content

Commit

Permalink
[Docs] Updated rds_instance backup_retention_period parameter docs (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMarcSaad authored and abikouo committed Sep 18, 2023
1 parent ad7241b commit 86ee746
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rds_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,9 @@
type: str
backup_retention_period:
description:
- The number of days for which automated backups are retained (must be greater or equal to 1).
May be used when creating a new cluster, when restoring from S3, or when modifying a cluster.
- The number of days for which automated backups are retained.
- When set to C(0), automated backups will be disabled. (Not applicable if the DB instance is a source to read replicas)
- May be used when creating a new cluster, when restoring from S3, or when modifying a cluster.
type: int
ca_certificate_identifier:
description:
Expand Down

0 comments on commit 86ee746

Please sign in to comment.