v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1472262334.5 KB

Starts an on-demand backup job for the specified resource.

put/backup-jobs

Request body

BackupVaultNamestring required

The name of a logical 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.

ResourceArnstring required

An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

IamRoleArnstring required

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

IdempotencyTokenstring

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

StartWindowMinutesinteger

A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional, and the default is 8 hours. If this value is included, it must be at least 60 minutes to avoid errors.

CompleteWindowMinutesinteger

A value in minutes during which a successfully started backup must complete, or else Backup will cancel the job. This value is optional. This value begins counting down from when the backup was scheduled. It does not add additional time for <code>StartWindowMinutes</code>, or if the backup started later than scheduled.

RecoveryPointTagsobject

To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair.

BackupOptionsobject
<p>Specifies the backup option for a selected resource. This option is only available for Windows Volume Shadow Copy Service (VSS) backup jobs.</p> <p>Valid values: Set to <code>"WindowsVSS":"enabled"</code> to enable the <code>WindowsVSS</code> backup option and create a Windows VSS backup. Set to <code>"WindowsVSS""disabled"</code> to create a regular backup. The <code>WindowsVSS</code> option is not enabled by default.</p>

Response

Success

BackupJobIdstring

Uniquely identifies a request to Backup to back up a resource.

RecoveryPointArnstring
<p> <i>Note: This field is only returned for Amazon EFS and Advanced DynamoDB resources.</i> </p> <p>An ARN that uniquely identifies a recovery point; for example, <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>
CreationDatestring date-time

The date and time that a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

IsParentboolean

This is a returned boolean value indicating this is a parent (composite) backup job.