Restores a specified AWS CloudHSM backup that is in the
PENDING_DELETION
state. For mor information on deleting a backup, see
delete_backup
.
cloudhsmv2_restore_backup(BackupId)
[required] The ID of the backup to be restored. To find the ID of a backup, use the
describe_backups
operation.
A list with the following syntax:
list( Backup = list( BackupId = "string", BackupState = "CREATE_IN_PROGRESS"|"READY"|"DELETED"|"PENDING_DELETION", ClusterId = "string", CreateTimestamp = as.POSIXct( "2015-01-01" ), CopyTimestamp = as.POSIXct( "2015-01-01" ), NeverExpires = TRUE|FALSE, SourceRegion = "string", SourceBackup = "string", SourceCluster = "string", DeleteTimestamp = as.POSIXct( "2015-01-01" ), TagList = list( list( Key = "string", Value = "string" ) ) ) )
svc$restore_backup( BackupId = "string" )