Returns the access policy document that is associated with the named backup vault.
backup_get_backup_vault_access_policy(BackupVaultName)
A list with the following syntax:
list(
BackupVaultName = "string",
BackupVaultArn = "string",
Policy = "string"
)
[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.
svc$get_backup_vault_access_policy(
BackupVaultName = "string"
)