backup_get_restore_testing_inferred_metadata: This request returns the minimal required set of metadata...

View source: R/backup_operations.R

backup_get_restore_testing_inferred_metadataR 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.

See https://www.paws-r-sdk.com/docs/backup_get_restore_testing_inferred_metadata/ for full documentation.

Usage

backup_get_restore_testing_inferred_metadata(
  BackupVaultAccountId = NULL,
  BackupVaultName,
  RecoveryPointArn
)

Arguments

BackupVaultAccountId

This is 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⁠.


paws.storage documentation built on May 29, 2024, 2:03 a.m.