Creates a restore access backup vault that provides temporary access to recovery points in a logically air-gapped backup vault, subject to MPA approval
Source:R/backup_operations.R
backup_create_restore_access_backup_vault.RdCreates a restore access backup vault that provides temporary access to recovery points in a logically air-gapped backup vault, subject to MPA approval.
See https://www.paws-r-sdk.com/docs/backup_create_restore_access_backup_vault/ for full documentation.
Usage
backup_create_restore_access_backup_vault(
SourceBackupVaultArn,
BackupVaultName = NULL,
BackupVaultTags = NULL,
CreatorRequestId = NULL,
RequesterComment = NULL
)Arguments
- SourceBackupVaultArn
[required] The ARN of the source backup vault containing the recovery points to which temporary access is requested.
- BackupVaultName
The name of the backup vault to associate with an MPA approval team.
Optional tags to assign to the restore access backup vault.
- CreatorRequestId
A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
- RequesterComment
A comment explaining the reason for requesting restore access to the backup vault.