Delete Backup Vault Notifications
backup_delete_backup_vault_notifications | R Documentation |
Deletes event notifications for the specified backup vault¶
Description¶
Deletes event notifications for the specified backup vault.
Usage¶
backup_delete_backup_vault_notifications(BackupVaultName)
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 Region where they are created. |
Value¶
An empty list.
Request syntax¶
svc$delete_backup_vault_notifications(
BackupVaultName = "string"
)