Skip to content

DynamoDB  >  Operations  >  delete_backup

delete_backup

Operation

delete_backup async

delete_backup(input: DeleteBackupInput, plugins: list[Plugin] | None = None) -> DeleteBackupOutput

Deletes an existing backup of a table.

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

Parameters:

Name Type Description Default
input DeleteBackupInput

An instance of DeleteBackupInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
DeleteBackupOutput

An instance of DeleteBackupOutput.

Input

DeleteBackupInput dataclass

Dataclass for DeleteBackupInput structure.

Attributes

backup_arn class-attribute instance-attribute
backup_arn: str | None = None

The ARN associated with the backup.

Output

DeleteBackupOutput dataclass

Dataclass for DeleteBackupOutput structure.

Attributes

backup_description class-attribute instance-attribute
backup_description: BackupDescription | None = None

Contains the description of the backup created for the table.