aws.backup.get_backup_vault_access_policy
Example SQL Queries
SELECT * FROMaws.backup.get_backup_vault_access_policyWHERE"backup_vault_name" = 'VALUE';Description
Returns the access policy document that is associated with the named backup vault.
Table Definition
| Column Name | Column Data Type |
|---|---|
| backup_vault_name Required Input Column 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 Region where they are created. They consist of lowercase letters, numbers, and hyphens. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| backup_vault_arn An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. | VARCHAR |
| policy The backup vault access policy document in JSON format. | VARCHAR |