aws.backup.get_backup_vault_notifications
Example SQL Queries
SELECT * FROMaws.backup.get_backup_vault_notificationsWHERE"backup_vault_name" = 'VALUE';Description
Returns event notifications for the specified 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 |
| backup_vault_events An array of events that indicate the status of jobs to back up resources to the backup vault. | VARCHAR[] |
Show child fields
| |
| sns_topic_arn An ARN that uniquely identifies an Amazon Simple Notification Service (Amazon SNS) topic; for example, arn:aws:sns:us-west-2:111122223333:MyTopic. | VARCHAR |