Skip to content

/AWS1/CL_BUP=>STARTCOPYJOB()

About StartCopyJob

Starts a job to create a one-time copy of the specified resource.

Does not support continuous backups.

Method Signature

IMPORTING

Required arguments:

IV_RECOVERYPOINTARN TYPE /AWS1/BUPARN /AWS1/BUPARN

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.

IV_SOURCEBACKUPVAULTNAME TYPE /AWS1/BUPBACKUPVAULTNAME /AWS1/BUPBACKUPVAULTNAME

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. They consist of lowercase letters, numbers, and hyphens.

IV_DESTINATIONBACKUPVAULTARN TYPE /AWS1/BUPARN /AWS1/BUPARN

An Amazon Resource Name (ARN) that uniquely identifies a destination backup vault to copy to; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

IV_IAMROLEARN TYPE /AWS1/BUPIAMROLEARN /AWS1/BUPIAMROLEARN

Specifies the IAM role ARN used to copy the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access.

Optional arguments:

IV_IDEMPOTENCYTOKEN TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING

A customer-chosen string that you can use to distinguish between otherwise identical calls to StartCopyJob. Retrying a successful request with the same idempotency token results in a success message with no action taken.

IO_LIFECYCLE TYPE REF TO /AWS1/CL_BUPLIFECYCLE /AWS1/CL_BUPLIFECYCLE

Lifecycle

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_BUPSTARTCOPYJOBOUTPUT /AWS1/CL_BUPSTARTCOPYJOBOUTPUT