/AWS1/CL_BUPUPDRECPOINTLCOUT¶
UpdateRecoveryPointLifecycleOutput
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_backupvaultarn
TYPE /AWS1/BUPARN
/AWS1/BUPARN
¶
An ARN that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault
.
iv_recoverypointarn
TYPE /AWS1/BUPARN
/AWS1/BUPARN
¶
An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
io_lifecycle
TYPE REF TO /AWS1/CL_BUPLIFECYCLE
/AWS1/CL_BUPLIFECYCLE
¶
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 can transition to cold storage are listed in the Feature availability by resource table. Backup ignores this expression for other resource types.
io_calculatedlifecycle
TYPE REF TO /AWS1/CL_BUPCALCULATEDLC
/AWS1/CL_BUPCALCULATEDLC
¶
A
CalculatedLifecycle
object containingDeleteAt
andMoveToColdStorageAt
timestamps.
Queryable Attributes¶
BackupVaultArn¶
An ARN that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BACKUPVAULTARN() |
Getter for BACKUPVAULTARN, with configurable default |
ASK_BACKUPVAULTARN() |
Getter for BACKUPVAULTARN w/ exceptions if field has no valu |
HAS_BACKUPVAULTARN() |
Determine if BACKUPVAULTARN has a value |
RecoveryPointArn¶
An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RECOVERYPOINTARN() |
Getter for RECOVERYPOINTARN, with configurable default |
ASK_RECOVERYPOINTARN() |
Getter for RECOVERYPOINTARN w/ exceptions if field has no va |
HAS_RECOVERYPOINTARN() |
Determine if RECOVERYPOINTARN has a value |
Lifecycle¶
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 can transition to cold storage are listed in the Feature availability by resource table. Backup ignores this expression for other resource types.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LIFECYCLE() |
Getter for LIFECYCLE |
CalculatedLifecycle¶
A
CalculatedLifecycle
object containingDeleteAt
andMoveToColdStorageAt
timestamps.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CALCULATEDLIFECYCLE() |
Getter for CALCULATEDLIFECYCLE |