Description Usage Arguments Value Request syntax
View source: R/backup_operations.R
Recovers the saved resource identified by an Amazon Resource Name (ARN).
1 2 | backup_start_restore_job(RecoveryPointArn, Metadata, IamRoleArn,
IdempotencyToken, ResourceType)
|
RecoveryPointArn |
[required] An ARN that uniquely identifies a recovery point; for example,
|
Metadata |
[required] A set of metadata key-value pairs. Contains information, such as a resource name, required to restore a recovery point. You can get configuration metadata about a resource at the time it was
backed up by calling
You need to specify specific metadata to restore an Amazon Elastic File System (Amazon EFS) instance:
|
IamRoleArn |
[required] The Amazon Resource Name (ARN) of the IAM role that AWS Backup uses to
create the target recovery point; for example,
|
IdempotencyToken |
A customer chosen string that can be used to distinguish between calls
to |
ResourceType |
Starts a job to restore a recovery point for one of the following resources:
|
A list with the following syntax:
1 2 3 | list(
RestoreJobId = "string"
)
|
1 2 3 4 5 6 7 8 9 | svc$start_restore_job(
RecoveryPointArn = "string",
Metadata = list(
"string"
),
IamRoleArn = "string",
IdempotencyToken = "string",
ResourceType = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.