From 924c62f4612cfb5460e725e5d7ca80ccc1651592 Mon Sep 17 00:00:00 2001 From: sblausten Date: Tue, 3 Dec 2024 16:12:28 +0100 Subject: [PATCH] Add sns topic permissions to list --- content/docs/integrations/aws-resources/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/docs/integrations/aws-resources/index.md b/content/docs/integrations/aws-resources/index.md index e6e076caa..cab396c2b 100644 --- a/content/docs/integrations/aws-resources/index.md +++ b/content/docs/integrations/aws-resources/index.md @@ -148,6 +148,7 @@ The table below lists the permissions required of the assumable role in order fo | dynamodb-table | AWS DynamoDB tables | `dynamodb:ListTables`, `dynamodb:DescribeTable`, `dynamodb:ListTagsOfResource` | | ec2-instance | AWS Elastic Compute Cloud instances | `ec2:DescribeInstances` | | rds-db-instance | AWS Relational Database Service instances | `rds:DescribeDBInstances` | +| sns-topic | AWS SNS Topics | `sns:ListTopics` | | organization-account | AWS Organization Accounts | `organizations:ListAccounts`, `organizations:ListTagsForResource` |