class Aws::Backup::Types::Lifecycle
Contains an array of `Transition` objects specifying how long in days before a recovery point transitions to cold storage or is deleted.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, on the console, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
Only Amazon EFS file system backups can be transitioned to cold storage.
@note When making an API call, you may pass Lifecycle
data as a hash: { move_to_cold_storage_after_days: 1, delete_after_days: 1, }
@!attribute [rw] move_to_cold_storage_after_days
Specifies the number of days after creation that a recovery point is moved to cold storage. @return [Integer]
@!attribute [rw] delete_after_days
Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90 days plus `MoveToColdStorageAfterDays`. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/Lifecycle AWS API Documentation
Constants
- SENSITIVE