Revoke Restore Access Backup Vault
| backup_revoke_restore_access_backup_vault | R Documentation |
Revokes access to a restore access backup vault, removing the ability to restore from its recovery points and permanently deleting the vault¶
Description¶
Revokes access to a restore access backup vault, removing the ability to restore from its recovery points and permanently deleting the vault.
Usage¶
backup_revoke_restore_access_backup_vault(BackupVaultName,
RestoreAccessBackupVaultArn, RequesterComment)
Arguments¶
BackupVaultName |
[required] The name of the source backup vault associated with the restore access backup vault to be revoked. |
RestoreAccessBackupVaultArn |
[required] The ARN of the restore access backup vault to revoke. |
RequesterComment |
A comment explaining the reason for revoking access to the restore access backup vault. |
Value¶
An empty list.
Request syntax¶
svc$revoke_restore_access_backup_vault(
BackupVaultName = "string",
RestoreAccessBackupVaultArn = "string",
RequesterComment = "string"
)