Struct aws_sdk_backup::model::CalculatedLifecycle
source · [−]#[non_exhaustive]pub struct CalculatedLifecycle { /* private fields */ }
Expand description
Contains DeleteAt
and MoveToColdStorageAt
timestamps, which are used to specify a lifecycle for a recovery point.
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.
Resource types that are able to be transitioned to cold storage are listed in the "Lifecycle to cold storage" section of the Feature availability by resource table. Backup ignores this expression for other resource types.
Implementations
sourceimpl CalculatedLifecycle
impl CalculatedLifecycle
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CalculatedLifecycle
.
Trait Implementations
sourceimpl Clone for CalculatedLifecycle
impl Clone for CalculatedLifecycle
sourcefn clone(&self) -> CalculatedLifecycle
fn clone(&self) -> CalculatedLifecycle
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more