paws.storage (version 0.5.0)

backup_get_recovery_point_restore_metadata: Returns a set of metadata key-value pairs that were used to create the backup

Description

Returns a set of metadata key-value pairs that were used to create the backup.

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

Usage

backup_get_recovery_point_restore_metadata(
  BackupVaultName,
  RecoveryPointArn,
  BackupVaultAccountId = NULL
)

Arguments

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

BackupVaultAccountId

This is the account ID of the specified backup vault.