Description Usage Arguments Value Request syntax
View source: R/backup_operations.R
Returns a set of metadata key-value pairs that were used to create the backup.
1 2 | backup_get_recovery_point_restore_metadata(BackupVaultName,
RecoveryPointArn)
|
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 AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens. |
RecoveryPointArn |
[required] An Amazon Resource Name (ARN) that uniquely identifies a recovery point;
for example,
|
A list with the following syntax:
1 2 3 4 5 6 7 |
1 2 3 4 | svc$get_recovery_point_restore_metadata(
BackupVaultName = "string",
RecoveryPointArn = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.