class Aws::Backup::Types::CopyAction

The details of the copy operation.

@note When making an API call, you may pass CopyAction

data as a hash:

    {
      lifecycle: {
        move_to_cold_storage_after_days: 1,
        delete_after_days: 1,
      },
      destination_backup_vault_arn: "ARN", # required
    }

@!attribute [rw] 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.
@return [Types::Lifecycle]

@!attribute [rw] destination_backup_vault_arn

An Amazon Resource Name (ARN) that uniquely identifies the
destination backup vault for the copied backup. For example,
`arn:aws:backup:us-east-1:123456789012:vault:aBackupVault`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/CopyAction AWS API Documentation

Constants

SENSITIVE