Description Usage Arguments Value Request syntax
View source: R/backup_operations.R
Deletes the policy document that manages permissions on a backup vault.
1 | backup_delete_backup_vault_access_policy(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_access_policy(
BackupVaultName = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.