dynamodb_create_backup: Creates a backup for an existing table

View source: R/dynamodb_operations.R

dynamodb_create_backupR Documentation

Creates a backup for an existing table

Description

Creates a backup for an existing table.

See https://www.paws-r-sdk.com/docs/dynamodb_create_backup/ for full documentation.

Usage

dynamodb_create_backup(TableName, BackupName)

Arguments

TableName

[required] The name of the table.

BackupName

[required] Specified name for the backup.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.