Skip to content

Commit

Permalink
Merge pull request #4289 from mmell/patch-1
Browse files Browse the repository at this point in the history
Documentation: fix typo in snapshot_retention_limit
  • Loading branch information
radeksimko committed Dec 12, 2015
2 parents 8690d12 + c0b9168 commit 38b125a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Example: `arn:aws:s3:::my_bucket/snapshot1.rdb`
* `snapshot_window` - (Optional) The daily time range (in UTC) during which ElastiCache will
begin taking a daily snapshot of your cache cluster. Can only be used for the Redis engine. Example: 05:00-09:00

* `snapshow_retention_limit` - (Optional) The number of days for which ElastiCache will
* `snapshot_retention_limit` - (Optional) The number of days for which ElastiCache will
retain automatic cache cluster snapshots before deleting them. For example, if you set
SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days
before being deleted. If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.
Expand Down

0 comments on commit 38b125a

Please sign in to comment.