Skip to content

Create backup

async_boto.validation.dynamodb.create_backup

CreateBackupRequest

Bases: BaseModel

Creates a backup for an existing table.

ATTRIBUTE DESCRIPTION
BackupName

Specified name for the backup.

TYPE: str

TableName

The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

TYPE: str

BackupName instance-attribute

BackupName

TableName instance-attribute

TableName

CreateBackupResponse

Bases: BaseModel

Response for the CreateBackup operation.

ATTRIBUTE DESCRIPTION
BackupDetails

Contains the details of the backup created for the table.

TYPE: BackupDetails

BackupDetails instance-attribute

BackupDetails