Learn R Programming

paws.database (version 0.1.5)

dynamodb_delete_backup: Deletes an existing backup of a table

Description

Deletes an existing backup of a table.

Usage

dynamodb_delete_backup(BackupArn)

Arguments

BackupArn

[required] The ARN associated with the backup.

Request syntax

svc$delete_backup(
  BackupArn = "string"
)

Details

You can call DeleteBackup at a maximum rate of 10 times per second.