backup_put_backup_vault_access_policy: Sets a resource-based policy that is used to manage access...

View source: R/backup_operations.R

backup_put_backup_vault_access_policyR Documentation

Sets a resource-based policy that is used to manage access permissions on the target backup vault

Description

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.

Usage

backup_put_backup_vault_access_policy(BackupVaultName, Policy = NULL)

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 Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.

Policy

The backup vault access policy document in JSON format.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.