View source: R/backup_operations.R
backup_get_restore_testing_inferred_metadata | R Documentation |
This request returns the minimal required set of metadata needed to start a restore job with secure default settings. BackupVaultName
and RecoveryPointArn
are required parameters. BackupVaultAccountId
is an optional parameter.
See https://www.paws-r-sdk.com/docs/backup_get_restore_testing_inferred_metadata/ for full documentation.
backup_get_restore_testing_inferred_metadata(
BackupVaultAccountId = NULL,
BackupVaultName,
RecoveryPointArn
)
BackupVaultAccountId |
The account ID of the specified backup vault. |
BackupVaultName |
[required] The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web ServicesRegion where they are created. They consist of letters, numbers, and hyphens. |
RecoveryPointArn |
[required] An Amazon Resource Name (ARN) that uniquely identifies a recovery point;
for example,
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.