Merge pull request #4289 from mmell/patch-1

Documentation: fix typo in snapshot_retention_limit
This commit is contained in:
Radek Simko 2015-12-12 23:30:52 +01:00
commit 38b125a143
1 changed files with 1 additions and 1 deletions

View File

@ -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 * `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 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 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 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. before being deleted. If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.