Description Usage Arguments Value Request syntax
View source: R/backup_operations.R
Deletes the backup vault identified by its name. A vault can be deleted only if it is empty.
1 | backup_delete_backup_vault(BackupVaultName)
|
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 AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens. |
An empty list.
1 2 3 | svc$delete_backup_vault(
BackupVaultName = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.