Skip to content

Get Restore Testing Inferred Metadata

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

Description

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.

Usage

backup_get_restore_testing_inferred_metadata(BackupVaultAccountId,
  BackupVaultName, RecoveryPointArn)

Arguments

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, ⁠arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45⁠.

Value

A list with the following syntax:

list(
  InferredMetadata = list(
    "string"
  )
)

Request syntax

svc$get_restore_testing_inferred_metadata(
  BackupVaultAccountId = "string",
  BackupVaultName = "string",
  RecoveryPointArn = "string"
)