paws.storage (version 0.1.0)

backup_delete_backup_vault_access_policy: Deletes the policy document that manages permissions on a backup vault

Description

Deletes the policy document that manages permissions on a backup vault.

Usage

backup_delete_backup_vault_access_policy(BackupVaultName)

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.

Request syntax

svc$delete_backup_vault_access_policy(
  BackupVaultName = "string"
)