View source: R/backup_operations.R
backup_put_backup_vault_access_policy | R Documentation |
Sets a resource-based policy that is used to manage access permissions on the target backup vault. Requires a backup vault name and an access policy document in JSON format.
See https://www.paws-r-sdk.com/docs/backup_put_backup_vault_access_policy/ for full documentation.
backup_put_backup_vault_access_policy(BackupVaultName, Policy = NULL)
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 Amazon Web Services Region where they are created. |
Policy |
The backup vault access policy document in JSON format. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.