Backup / Client / revoke_restore_access_backup_vault

revoke_restore_access_backup_vault

Backup.Client.revoke_restore_access_backup_vault(**kwargs)

Revokes access to a restore access backup vault, removing the ability to restore from its recovery points and permanently deleting the vault.

See also: AWS API Documentation

Request Syntax

response = client.revoke_restore_access_backup_vault(
    BackupVaultName='string',
    RestoreAccessBackupVaultArn='string',
    RequesterComment='string'
)
Parameters:
  • BackupVaultName (string) –

    [REQUIRED]

    The name of the source backup vault associated with the restore access backup vault to be revoked.

  • RestoreAccessBackupVaultArn (string) –

    [REQUIRED]

    The ARN of the restore access backup vault to revoke.

  • RequesterComment (string) – A comment explaining the reason for revoking access to the restore access backup vault.

Returns:

None

Exceptions