Skip to content

Create Restore Access Backup Vault

backup_create_restore_access_backup_vault R Documentation

Creates a restore access backup vault that provides temporary access to recovery points in a logically air-gapped backup vault, subject to MPA approval

Description

Creates a restore access backup vault that provides temporary access to recovery points in a logically air-gapped backup vault, subject to MPA approval.

Usage

backup_create_restore_access_backup_vault(SourceBackupVaultArn,
  BackupVaultName, BackupVaultTags, CreatorRequestId, RequesterComment)

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.

BackupVaultTags

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.

Value

A list with the following syntax:

list(
  RestoreAccessBackupVaultArn = "string",
  VaultState = "CREATING"|"AVAILABLE"|"FAILED",
  RestoreAccessBackupVaultName = "string",
  CreationDate = as.POSIXct(
    "2015-01-01"
  )
)

Request syntax

svc$create_restore_access_backup_vault(
  SourceBackupVaultArn = "string",
  BackupVaultName = "string",
  BackupVaultTags = list(
    "string"
  ),
  CreatorRequestId = "string",
  RequesterComment = "string"
)