steampipe-plugin-aws icon indicating copy to clipboard operation
steampipe-plugin-aws copied to clipboard

Fix column sns_topic_arn in aws_backup_vault table.

Open bigdatasourav opened this issue 1 year ago • 0 comments

Example query results

Results
> select name, sns_topic_arn from aws_backup_vault
+--------------------------------+--------------------------------------------+
| name                           | sns_topic_arn                              |
+--------------------------------+--------------------------------------------+
| aws/efs/automatic-backup-vault | arn:aws:sns:us-east-1:**********:mytopic |
| Default                        | <null>                                     |
+--------------------------------+--------------------------------------------+

bigdatasourav avatar Sep 01 '22 11:09 bigdatasourav