paws.storage (version 0.1.0)

backup_put_backup_vault_access_policy: 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.

Usage

backup_put_backup_vault_access_policy(BackupVaultName, Policy)

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

Policy

The backup vault access policy document in JSON format.

Request syntax

svc$put_backup_vault_access_policy(
  BackupVaultName = "string",
  Policy = "string"
)