Learn R Programming

paws.database (version 0.1.5)

dynamodb_restore_table_from_backup: Creates a new table from an existing backup

Description

Creates a new table from an existing backup. Any number of users can execute up to 4 concurrent restores (any type of restore) in a given account.

Usage

dynamodb_restore_table_from_backup(TargetTableName, BackupArn)

Arguments

TargetTableName

[required] The name of the new table to which the backup must be restored.

BackupArn

[required] The Amazon Resource Name (ARN) associated with the backup.

Request syntax

svc$restore_table_from_backup(
  TargetTableName = "string",
  BackupArn = "string"
)

Details

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

You must manually set up the following on the restored table:

  • Auto scaling policies

  • IAM policies

  • Amazon CloudWatch metrics and alarms

  • Tags

  • Stream settings

  • Time to Live (TTL) settings