View source: R/backup_operations.R
backup_start_copy_job | R Documentation |
Starts a job to create a one-time copy of the specified resource.
See https://www.paws-r-sdk.com/docs/backup_start_copy_job/ for full documentation.
backup_start_copy_job(
RecoveryPointArn,
SourceBackupVaultName,
DestinationBackupVaultArn,
IamRoleArn,
IdempotencyToken = NULL,
Lifecycle = NULL
)
RecoveryPointArn |
[required] An ARN that uniquely identifies a recovery point to use for the copy job; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. |
SourceBackupVaultName |
[required] The name of a logical source container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. |
DestinationBackupVaultArn |
[required] An Amazon Resource Name (ARN) that uniquely identifies a destination
backup vault to copy to; for example,
|
IamRoleArn |
[required] Specifies the IAM role ARN used to copy the target recovery point; for
example, |
IdempotencyToken |
A customer-chosen string that you can use to distinguish between
otherwise identical calls to |
Lifecycle |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.